Home
last modified time | relevance | path

Searched refs:ELF_ST_BIND (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
Delf.h100 #define ELF_ST_BIND(x) ((x) >> 4) macro
102 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
104 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/external/valgrind/main/VEX/unused/
Dlinker.c125 #define ELF_ST_BIND ELF64_ST_BIND macro
142 #ifndef ELF_ST_BIND
143 #define ELF_ST_BIND ELF32_ST_BIND macro
454 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) { in do_Elf_Rel_relocations()
589 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) { in do_Elf_Rela_relocations()
923 switch (ELF_ST_BIND(stab[j].st_info)) { in ocVerifyImage_ELF()
1068 if ( ( ELF_ST_BIND(stab[j].st_info)==STB_GLOBAL in ocGetNames_ELF()
1069 || ELF_ST_BIND(stab[j].st_info)==STB_LOCAL in ocGetNames_ELF()
1091 if (ELF_ST_BIND(stab[j].st_info)==STB_LOCAL) { in ocGetNames_ELF()
/external/valgrind/main/VEX/switchback/
Dlinker.c189 #define ELF_ST_BIND ELF64_ST_BIND
206 #ifndef ELF_ST_BIND
207 #define ELF_ST_BIND ELF32_ST_BIND
548 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) {
694 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) {
1084 switch (ELF_ST_BIND(stab[j].st_info)) {
1233 if ( ( ELF_ST_BIND(stab[j].st_info)==STB_GLOBAL
1234 || ELF_ST_BIND(stab[j].st_info)==STB_LOCAL
1256 if (ELF_ST_BIND(stab[j].st_info)==STB_LOCAL) {
/external/qemu/
Delf.h215 #define ELF_ST_BIND(x) ((x) >> 4) macro
217 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
219 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)