Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_report_elf.c58 GElf_Addr address_sync = 0; in __libdwfl_elf_address_range() local
187 address_sync = ph->p_vaddr + ph->p_memsz; in __libdwfl_elf_address_range()
225 *address_syncp = address_sync; in __libdwfl_elf_address_range()
243 GElf_Addr vaddr, address_sync, start, end, bias; in __libdwfl_report_elf() local
246 &address_sync, &start, &end, &bias, in __libdwfl_report_elf()
271 m->main.address_sync = address_sync; in __libdwfl_report_elf()
279 || m->main.vaddr != vaddr || m->main.address_sync != address_sync) in __libdwfl_report_elf()
DlibdwflP.h163 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.c127 file->vaddr = file->address_sync = 0; in open_elf()
137 file->address_sync = ph->p_vaddr + ph->p_memsz; in open_elf()
485 mod->main.address_sync = highest; in find_prelink_address_sync()
506 file->address_sync = highest; in find_prelink_address_sync()
538 if (result == DWFL_E_NOERROR && mod->debug.address_sync != 0) in find_debuginfo()
904 mod->aux_sym.address_sync = mod->main.address_sync; in find_aux_address_sync()
912 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()
916 if (mod->aux_sym.address_sync != 0) in find_aux_address_sync()
1377 mod->debug.address_sync = mod->main.address_sync; in find_dw()
Ddwfl_segment_report_module.c937 mod->main.address_sync = module_address_sync; in dwfl_segment_report_module()
DChangeLog1184 use dwfl_file as argument to set address_sync.
1339 address_sync fixup from here.
1346 * dwfl_module_getdwarf.c (open_elf): Enhance address_sync calculation
1369 Add vaddr and address_sync members instead.
1371 (dwfl_adjusted_dwarf_addr): Calculate using address_sync and call that.
1373 * dwfl_module_getdwarf.c (open_elf): Initialize vaddr and address_sync.