Home
last modified time | relevance | path

Searched refs:symbias (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_info.c55 Dwarf_Addr *dwbias, Dwarf_Addr *symbias, in dwfl_module_info() argument
70 if (symbias) in dwfl_module_info()
71 *symbias = mod->symfile == NULL ? (Dwarf_Addr) -1 : mod->symfile->bias; in dwfl_module_info()
Dlibdwfl.h209 Dwarf_Addr *dwbias, Dwarf_Addr *symbias,
/external/elfutils/src/
Delflint.c1997 Elf32_Word symbias = ((Elf32_Word *) data->d_buf)[1]; in check_gnu_hash() local
2050 if (symidx < symbias) in check_gnu_hash()
2058 while (symidx - symbias < maxidx) in check_gnu_hash()
2064 - symbias]; in check_gnu_hash()
2114 if (symidx - symbias >= maxidx) in check_gnu_hash()
Dreadelf.c2626 Elf32_Word symbias = ((Elf32_Word *) data->d_buf)[1]; in handle_gnu_hash() local
2650 Elf32_Word inner = bucket[cnt] - symbias; in handle_gnu_hash()
2677 (unsigned int) symbias, in handle_gnu_hash()