aboutsummaryrefslogtreecommitdiff
path: root/libc/include/link.yaml
blob: b917bc0a61ae9bf8fed760fd42053b463bb94479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 *