Home
last modified time | relevance | path

Searched refs:address_sync (Results 1 – 5 of 5) sorted by relevance

/third_party/elfutils/libdwfl/
Ddwfl_report_elf.c60 GElf_Addr address_sync = 0; in __libdwfl_elf_address_range() local
189 address_sync = ph->p_vaddr + ph->p_memsz; in __libdwfl_elf_address_range()
227 *address_syncp = address_sync; in __libdwfl_elf_address_range()
245 GElf_Addr vaddr, address_sync, start, end, bias; in __libdwfl_report_elf() local
248 &address_sync, &start, &end, &bias, in __libdwfl_report_elf()
273 m->main.address_sync = address_sync; in __libdwfl_report_elf()
281 || m->main.vaddr != vaddr || m->main.address_sync != address_sync) in __libdwfl_report_elf()
DlibdwflP.h160 GElf_Addr address_sync; member
351 - mod->debug.address_sync in dwfl_adjusted_dwarf_addr()
352 + mod->main.address_sync)); in dwfl_adjusted_dwarf_addr()
359 - mod->main.address_sync in dwfl_deadjust_dwarf_addr()
360 + mod->debug.address_sync); in dwfl_deadjust_dwarf_addr()
367 - mod->aux_sym.address_sync in dwfl_adjusted_aux_sym_addr()
368 + mod->main.address_sync)); in dwfl_adjusted_aux_sym_addr()
375 - mod->main.address_sync in dwfl_deadjust_aux_sym_addr()
376 + mod->aux_sym.address_sync); in dwfl_deadjust_aux_sym_addr()
Ddwfl_module_getdwarf.c131 file->vaddr = file->address_sync = 0; in open_elf()
141 file->address_sync = ph->p_vaddr + ph->p_memsz; in open_elf()
491 mod->main.address_sync = highest; in find_prelink_address_sync()
512 file->address_sync = highest; in find_prelink_address_sync()
544 if (result == DWFL_E_NOERROR && mod->debug.address_sync != 0) in find_debuginfo()
910 mod->aux_sym.address_sync = mod->main.address_sync; in find_aux_address_sync()
918 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()
922 if (mod->aux_sym.address_sync != 0) in find_aux_address_sync()
1396 mod->debug.address_sync = mod->main.address_sync; in find_dw()
Ddwfl_segment_report_module.c1046 mod->main.address_sync = module_address_sync; in dwfl_segment_report_module()
DChangeLog2063 use dwfl_file as argument to set address_sync.
2218 address_sync fixup from here.
2225 * dwfl_module_getdwarf.c (open_elf): Enhance address_sync calculation
2248 Add vaddr and address_sync members instead.
2250 (dwfl_adjusted_dwarf_addr): Calculate using address_sync and call that.
2252 * dwfl_module_getdwarf.c (open_elf): Initialize vaddr and address_sync.