Searched refs:ELF64_ST_INFO (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libelf/
H A Dgelf.h150 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
H A Delf.h446 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c842 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
960 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
/external/elfutils/src/
H A Dxelf.h262 # define XELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
/external/valgrind/main/perf/
H A Dtinycc.c441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro

Completed in 291 milliseconds