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

  /external/elfutils/libdwfl/
dwfl_report_elf.c 58 GElf_Addr address_sync = 0; local
187 address_sync = ph->p_vaddr + ph->p_memsz;
225 *address_syncp = address_sync;
243 GElf_Addr vaddr, address_sync, start, end, bias; local
246 &address_sync, &start, &end, &bias,
271 m->main.address_sync = address_sync;
279 || m->main.vaddr != vaddr || m->main.address_sync != address_sync)
libdwflP.h 163 GElf_Addr address_sync; member in struct:dwfl_file
351 - mod->debug.address_sync
352 + mod->main.address_sync));
359 - mod->main.address_sync
360 + mod->debug.address_sync);
367 - mod->aux_sym.address_sync
368 + mod->main.address_sync));
375 - mod->main.address_sync
376 + mod->aux_sym.address_sync);
dwfl_module_getdwarf.c 100 distance from address_sync to an address of interest remains
127 file->vaddr = file->address_sync = 0;
137 file->address_sync = ph->p_vaddr + ph->p_memsz;
255 on the address_sync computed from PT_LOAD segments (see open_elf).
485 mod->main.address_sync = highest;
506 file->address_sync = highest;
538 if (result == DWFL_E_NOERROR && mod->debug.address_sync != 0)
903 The address_sync is equal to the main file it is embedded in at first. */
904 mod->aux_sym.address_sync = mod->main.address_sync;
    [all...]
dwfl_segment_report_module.c 937 mod->main.address_sync = module_address_sync;

Completed in 188 milliseconds