Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:address_sync

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;
906 /* Adjust address_sync for the difference in entry addresses, attempting to
912 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry;
916 if (mod->aux_sym.address_sync != 0)
1377 mod->debug.address_sync = mod->main.address_sync;