Lines Matching defs:bias
487 /* Collect the bias between START and the containing PT_LOAD's p_vaddr. */
488 GElf_Addr bias = 0;
534 because we don't yet know the bias for its p_vaddr. */
682 bias = start - vaddr;
706 module_start += bias;
707 module_end += bias;
709 dyn_vaddr += bias;
736 bias += fixup;
905 within the module bounds, or try applying the phdr bias
909 && dynstr_vaddr + bias >= module_start
910 && dynstr_vaddr + bias < module_end)
911 dynstr_vaddr += bias;
1006 vaddr + bias, false),
1007 &into, &read_size, vaddr + bias, read_size,
1045 mod->main.vaddr = module_start - bias;
1047 mod->main_bias = bias;