Home
last modified time | relevance | path

Searched refs:st_value (Results 1 – 6 of 6) sorted by relevance

/bionic/linker/
Dlinker_soinfo.cpp191 name, lib->si_->get_realpath(), reinterpret_cast<void*>(sym->st_value), in ElfW()
370 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(s->st_value), in ElfW()
400 reinterpret_cast<void*>(s->st_value), in ElfW()
423 soaddr >= sym->st_value && in symbol_matches_soaddr()
424 soaddr < sym->st_value + sym->st_size; in symbol_matches_soaddr()
Dlinker_soinfo.h280 return call_ifunc_resolver(s->st_value + load_bias); in resolve_symbol_address()
283 return static_cast<ElfW(Addr)>(s->st_value + load_bias); in resolve_symbol_address()
Dlinker_relocate.cpp264 sym_addr = sym->st_value; in process_relocation_impl()
Dlinker.cpp787 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW()
2292 *symbol = static_cast<char*>(tls_block) + sym->st_value; in do_dlsym()
/bionic/libc/kernel/uapi/linux/
Delf.h155 Elf32_Addr st_value; member
166 Elf64_Addr st_value; member
/bionic/libc/bionic/
Dvdso.cpp135 vdso[j].fn = reinterpret_cast<void*>(vdso_addr + symtab[i].st_value); in __libc_init_vdso()