Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:bias

262   /* Collect the bias between START and the containing PT_LOAD's p_vaddr.  */
263 GElf_Addr bias = 0;
357 because we don't yet know the bias for its p_vaddr. */
395 bias = start - vaddr;
441 module_start += bias;
442 module_end += bias;
444 dyn_vaddr += bias;
530 dynstr_vaddr += bias;
607 final_read (offset, vaddr + bias, filesz);
642 mod->main.bias = bias;