Searched refs:ELF_ST_BIND (Results 1 – 4 of 4) sorted by relevance
100 #define ELF_ST_BIND(x) ((x) >> 4) macro102 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)104 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
125 #define ELF_ST_BIND ELF64_ST_BIND macro142 #ifndef ELF_ST_BIND143 #define ELF_ST_BIND ELF32_ST_BIND macro454 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()
189 #define ELF_ST_BIND ELF64_ST_BIND206 #ifndef ELF_ST_BIND207 #define ELF_ST_BIND ELF32_ST_BIND548 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_GLOBAL1234 || ELF_ST_BIND(stab[j].st_info)==STB_LOCAL1256 if (ELF_ST_BIND(stab[j].st_info)==STB_LOCAL) {
215 #define ELF_ST_BIND(x) ((x) >> 4) macro217 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)219 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)