Searched refs:ELF64_ST_INFO (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libelf/ |
D | gelf.h | 150 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
D | elf.h | 446 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/external/icu4c/tools/toolutil/ |
D | pkg_genc.c | 842 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode() 960 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
|
/external/elfutils/src/ |
D | xelf.h | 262 # define XELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
/external/valgrind/main/perf/ |
D | tinycc.c | 441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|