File tree Expand file tree Collapse file tree 4 files changed +25
-49
lines changed Expand file tree Collapse file tree 4 files changed +25
-49
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ add_header_macro(
6969 ../libc/include /dlfcn.yaml
7070 dlfcn.h
7171 DEPENDS
72- .llvm-libc-macros .dlfcn_macros
7372 .llvm_libc_common_h
7473)
7574
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11header : dlfcn.h
2- header_template : dlfcn.h.def
2+ standards :
3+ - posix
34macros :
5+ # Note that macro values are quoted to keep the integer literals as
6+ # written. Without the quotes, YAML will normalize them to minimal
7+ # decimal, which is less readable for humans seeing the generated header.
48 - macro_name : RTLD_LAZY
5- macro_header : dlfcn-macros.h
9+ macro_value : " 0x00001 "
610 - macro_name : RTLD_NOW
7- macro_header : dlfcn-macros.h
11+ macro_value : " 0x00002 "
812 - macro_name : RTLD_GLOBAL
9- macro_header : dlfcn-macros.h
13+ macro_value : " 0x00100 "
1014 - macro_name : RTLD_LOCAL
11- macro_header : dlfcn-macros.h
12- types : []
13- enums : []
14- objects : []
15+ macro_value : " 0"
16+ - macro_name : RTLD_BINDING_MASK
17+ standards :
18+ - gnu
19+ macro_value : " 0x00003"
20+ - macro_name : RTLD_NOLOAD
21+ standards :
22+ - gnu
23+ macro_value : " 0x00004"
24+ - macro_name : RTLD_DEEPBIND
25+ standards :
26+ - gnu
27+ macro_value : " 0x00008"
28+ - macro_name : RTLD_NODELETE
29+ standards :
30+ - gnu
31+ macro_value : " 0x01000"
1532functions :
1633 - name : dlclose
1734 standards :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments