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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c78 YASM_WRITE_8(bufp, ELF64_ST_INFO(entry->bind, entry->type));
H A Delf.h227 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/0.153/libelf/
H A Dgelf.h150 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
H A Delf.h443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c871 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
989 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c863 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
981 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
/external/elfutils/0.153/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 293 milliseconds