Home
last modified time | relevance | path

Searched refs:ELF_ST_TYPE (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h113 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro
115 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)
117 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
/aosp12/bionic/libc/include/
H A Delf.h291 #undef ELF_ST_TYPE
292 #define ELF_ST_TYPE(x) ((x) & 0xf) macro
/aosp12/art/libelffile/elf/
H A Delf_utils.h61 #define ELF_ST_TYPE(x) ((x) & 0xf) macro
H A Delf_debug_reader.h130 if (ELF_ST_TYPE(symbol.st_info) == STT_FUNC && &sections_[symbol.st_shndx] == text) { in VisitFunctionSymbols()
/aosp12/bionic/linker/
H A Dlinker_relocate.cpp246 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()
H A Dlinker_soinfo.h279 if (ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC) { in resolve_symbol_address()
H A Dlinker_soinfo.cpp422 ELF_ST_TYPE(sym->st_info) != STT_TLS && in symbol_matches_soaddr()
H A Dlinker.cpp2277 uint32_t type = ELF_ST_TYPE(sym->st_info); in do_dlsym()