Roland McGrath 123c0040d4
[libc] Define (stub) dl_iterate_phdr (#131436)
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.
2025-03-18 11:38:33 -07:00

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 *