
This fleshes out the <link.h> a little more, including the `struct dl_phdr_info` type and declaring the dl_iterate_phdr function. There is only a no-op implementation without tests, as for the existing dlfcn functions.
21 lines
356 B
YAML
21 lines
356 B
YAML
header: link.h
|
|
standards:
|
|
- svid
|
|
macros:
|
|
- macro_name: ElfW
|
|
standards:
|
|
- gnu
|
|
macro_header: link-macros.h
|
|
types:
|
|
- type_name: struct_dl_phdr_info
|
|
standards:
|
|
- gnu
|
|
functions:
|
|
- name: dl_iterate_phdr
|
|
standards:
|
|
- gnu
|
|
return_type: int
|
|
arguments:
|
|
- type: __dl_iterate_phdr_callback_t
|
|
- type: void *
|