Lines Matching refs:bias
211 Dwarf_Addr bias;
212 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias);
221 vaddr - mod->main.bias, minread, mod->main.elf);
512 /* Calculate the bias applied to the PIE's p_vaddr values. */
513 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset
518 if (at_entry != 0 && at_entry != ehdr.e_entry + bias)
523 if (bias != mod->main.bias)
525 mod->low_addr -= mod->main.bias;
526 mod->high_addr -= mod->main.bias;
527 mod->main.bias = bias;
528 mod->low_addr += bias;
529 mod->high_addr += bias;
562 d_val_vaddr += mod->main.bias;
761 verify it, and to adjust its bias if it's a PIE.
768 which might be a PIE (ET_DYN) that needs its bias adjusted. */