Searched refs:main_bias (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 276 m->main_bias = bias; in __libdwfl_report_elf() 282 if (m->main_bias != bias in __libdwfl_report_elf()
|
D | dwfl_module_build_id.c | 76 ? mod->main_bias : 0); in __libdwfl_find_build_id()
|
D | libdwflP.h | 173 GElf_Addr main_bias; member 335 return addr + mod->main_bias; in dwfl_adjusted_address() 341 return addr - mod->main_bias; in dwfl_deadjust_address()
|
D | dwfl_module_getdwarf.c | 236 mod->main_bias = mod->e_type == ET_REL ? 0 : mod->low_addr - mod->main.vaddr; in __libdwfl_getelf() 667 find_offsets (Elf *elf, GElf_Addr main_bias, size_t phnum, size_t n, in find_offsets() argument 678 && addrs[j] >= phdr->p_vaddr + main_bias in find_offsets() 679 && addrs[j] - (phdr->p_vaddr + main_bias) < phdr->p_filesz) in find_offsets() 681 offs[j] = addrs[j] - (phdr->p_vaddr + main_bias) + phdr->p_offset; in find_offsets() 896 translate_offs (mod->main_bias, mod, phnum, addrs, strsz, ehdr); in find_dynsym()
|
D | dwfl_segment_report_module.c | 971 mod->main_bias = bias; in dwfl_segment_report_module()
|
D | ChangeLog | 1024 the symbol table with and without adjusting to main_bias. 1056 * dwfl_module_getdwarf.c (find_offsets): Add parameter main_bias, use 1058 (find_dynsym): Pass the new parameter main_bias. 1963 * libdwflP.h (struct Dwfl_Module): New member main_bias.
|