Home
last modified time | relevance | path

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

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