Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_report_elf.c62 GElf_Addr address_sync = 0; in __libdwfl_elf_address_range() local
191 address_sync = ph->p_vaddr + ph->p_memsz; in __libdwfl_elf_address_range()
229 *address_syncp = address_sync; in __libdwfl_elf_address_range()
247 GElf_Addr vaddr, address_sync, start, end, bias; in __libdwfl_report_elf() local
250 &address_sync, &start, &end, &bias, in __libdwfl_report_elf()
275 m->main.address_sync = address_sync; in __libdwfl_report_elf()
283 || m->main.vaddr != vaddr || m->main.address_sync != address_sync) in __libdwfl_report_elf()
DlibdwflP.h160 GElf_Addr address_sync; member
350 - mod->debug.address_sync in dwfl_adjusted_dwarf_addr()
351 + mod->main.address_sync)); in dwfl_adjusted_dwarf_addr()
358 - mod->main.address_sync in dwfl_deadjust_dwarf_addr()
359 + mod->debug.address_sync); in dwfl_deadjust_dwarf_addr()
366 - mod->aux_sym.address_sync in dwfl_adjusted_aux_sym_addr()
367 + mod->main.address_sync)); in dwfl_adjusted_aux_sym_addr()
374 - mod->main.address_sync in dwfl_deadjust_aux_sym_addr()
375 + mod->aux_sym.address_sync); in dwfl_deadjust_aux_sym_addr()
Ddwfl_module_getdwarf.c132 file->vaddr = file->address_sync = 0; in open_elf()
142 file->address_sync = ph->p_vaddr + ph->p_memsz; in open_elf()
492 mod->main.address_sync = highest; in find_prelink_address_sync()
513 file->address_sync = highest; in find_prelink_address_sync()
545 if (result == DWFL_E_NOERROR && mod->debug.address_sync != 0) in find_debuginfo()
911 mod->aux_sym.address_sync = mod->main.address_sync; in find_aux_address_sync()
919 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()
923 if (mod->aux_sym.address_sync != 0) in find_aux_address_sync()
1397 mod->debug.address_sync = mod->main.address_sync; in find_dw()
Ddwfl_segment_report_module.c967 mod->main.address_sync = module_address_sync; in dwfl_segment_report_module()
DChangeLog1515 use dwfl_file as argument to set address_sync.
1670 address_sync fixup from here.
1677 * dwfl_module_getdwarf.c (open_elf): Enhance address_sync calculation
1700 Add vaddr and address_sync members instead.
1702 (dwfl_adjusted_dwarf_addr): Calculate using address_sync and call that.
1704 * dwfl_module_getdwarf.c (open_elf): Initialize vaddr and address_sync.