Searched refs:address_sync (Results 1 – 5 of 5) sorted by relevance
62 GElf_Addr address_sync = 0; in __libdwfl_elf_address_range() local191 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() local250 &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()
159 GElf_Addr address_sync; member348 - mod->debug.address_sync in dwfl_adjusted_dwarf_addr()349 + mod->main.address_sync)); in dwfl_adjusted_dwarf_addr()356 - mod->main.address_sync in dwfl_deadjust_dwarf_addr()357 + mod->debug.address_sync); in dwfl_deadjust_dwarf_addr()364 - mod->aux_sym.address_sync in dwfl_adjusted_aux_sym_addr()365 + mod->main.address_sync)); in dwfl_adjusted_aux_sym_addr()372 - mod->main.address_sync in dwfl_deadjust_aux_sym_addr()373 + mod->aux_sym.address_sync); in dwfl_deadjust_aux_sym_addr()
132 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()
970 mod->main.address_sync = module_address_sync; in dwfl_segment_report_module()
1790 use dwfl_file as argument to set address_sync.1945 address_sync fixup from here.1952 * dwfl_module_getdwarf.c (open_elf): Enhance address_sync calculation1975 Add vaddr and address_sync members instead.1977 (dwfl_adjusted_dwarf_addr): Calculate using address_sync and call that.1979 * dwfl_module_getdwarf.c (open_elf): Initialize vaddr and address_sync.