HomeSort by relevance Sort by last modified time
    Searched refs:address_sync (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/libdwfl/
dwfl_report_elf.c 76 GElf_Addr address_sync = 0; local
204 address_sync = ph->p_vaddr + ph->p_memsz;
256 m->main.address_sync = address_sync;
264 || m->main.vaddr != vaddr || m->main.address_sync != address_sync)
libdwflP.h 151 GElf_Addr address_sync; member in struct:dwfl_file
265 - mod->debug.address_sync
266 + mod->main.address_sync));
273 - mod->main.address_sync
274 + mod->debug.address_sync);
dwfl_module_getdwarf.c 111 distance from address_sync to an address of interest remains
138 file->vaddr = file->address_sync = 0;
148 file->address_sync = ph->p_vaddr + ph->p_memsz;
292 on the address_sync computed from PT_LOAD segments (see open_elf).
521 mod->main.address_sync = highest;
534 mod->debug.address_sync = highest;
559 if (result == DWFL_E_NOERROR && mod->debug.address_sync != 0)
1022 mod->debug.address_sync = mod->main.address_sync;
dwfl_segment_report_module.c 669 mod->main.address_sync = module_address_sync;

Completed in 78 milliseconds