/development/ndk/platforms/android-3/include/sys/ |
exec_elf.h | 319 #define ELF64_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) 592 #define ELF_ST_INFO ELF64_ST_INFO
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-x86-amd64.c | 78 YASM_WRITE_8(bufp, ELF64_ST_INFO(entry->bind, entry->type));
|
elf.h | 227 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
|
/external/elfutils/0.153/libelf/ |
gelf.h | 150 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
elf.h | 443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_genc.c | 871 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), 989 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
pkg_genc.c | 863 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), 981 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), [all...] |
/external/elfutils/0.153/src/ |
xelf.h | 262 # define XELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|