Home
last modified time | relevance | path

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

/bionic/linker/
Ddlfcn.c113 unsigned ret = sym->st_value + found->base; in dlsym()
148 info->dli_saddr = (void*)(si->base + sym->st_value); in dladdr()
190 st_value: (Elf32_Addr) &dlopen,
195 st_value: (Elf32_Addr) &dlclose,
200 st_value: (Elf32_Addr) &dlsym,
205 st_value: (Elf32_Addr) &dlerror,
210 st_value: (Elf32_Addr) &dladdr,
216 st_value: (Elf32_Addr) &dl_unwind_find_exidx,
222 st_value: (Elf32_Addr) &dl_iterate_phdr,
Dlinker.cpp413 name, si->name, s->st_value, s->st_size); in soinfo_elf_lookup()
494 pid, si->name, name, s->st_value, in soinfo_do_lookup()
536 "si->base = 0x%08x\n", pid, name, s->st_value, si->base); in lookup()
568 soaddr >= sym->st_value && in soinfo_find_symbol()
569 soaddr < sym->st_value + sym->st_size) { in soinfo_find_symbol()
585 s->st_info, s->st_shndx, s->st_value, s->st_size,
1035 sym_addr = (unsigned)(s->st_value + offset); in soinfo_relocate()
1246 *got = base + s->st_value; in mips_relocate_got()
/bionic/libc/kernel/common/linux/
Delf.h172 Elf32_Addr st_value; member
186 Elf64_Addr st_value; member