Files
llvm-project/libc/include/link.yaml
Petr Hosek 5db5782da1 [libc] Provide a minimal implementation of elf.h (#172766)
Some of the baremetal users of libc use elf.h to generate coredumps and
we would like to support this use case without needing Linux elf.h.
2026-01-12 10:56:49 -08:00

22 lines
384 B
YAML

header: link.h
header_template: link.h.def
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 *