Searched refs:ELF_ST_TYPE (Results 1 – 8 of 8) sorted by relevance
113 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro115 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)117 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
291 #undef ELF_ST_TYPE292 #define ELF_ST_TYPE(x) ((x) & 0xf) macro
61 #define ELF_ST_TYPE(x) ((x) & 0xf) macro
130 if (ELF_ST_TYPE(symbol.st_info) == STT_FUNC && §ions_[symbol.st_shndx] == text) { in VisitFunctionSymbols()
246 sym_name, relocator.si->get_realpath(), ELF_ST_TYPE(sym->st_info), r_type); in process_relocation_impl()258 if (ELF_ST_TYPE(sym->st_info) != STT_TLS) { in process_relocation_impl()274 ELF_ST_TYPE(sym->st_info) == STT_GNU_IFUNC; in process_relocation_impl()
279 if (ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC) { in resolve_symbol_address()
422 ELF_ST_TYPE(sym->st_info) != STT_TLS && in symbol_matches_soaddr()
2277 uint32_t type = ELF_ST_TYPE(sym->st_info); in do_dlsym()