Lines Matching full:delta
961 delta and update the symbol.
1072 Elf32_Sxword delta = new_phdr_offset - phdr_info[pi].p_offset;
1081 phdr_info[pi].p_vaddr + delta,
1083 phdr_info[pi].p_vaddr += delta;
1086 phdr_info[pi].p_paddr + delta,
1088 phdr_info[pi].p_paddr += delta;
1571 Elf64_Sxword delta =
1574 if (delta) {
1598 rel_mem.r_offset, rel_mem.r_offset + delta, delta,
1615 rel_mem.r_offset += delta;
1634 *ptr += (int)delta;
1638 } /* if (delta) */
2429 If so, calculate the delta and update the symbol entry.
2431 Elf64_Sxword delta;
2432 delta =
2444 INFO("0x%llx -> 0x%llx (delta %lld)",
2499 Elf64_Sxword delta)
2504 ASSERT(((Elf64_Sxword)shdr_info->shdr.sh_offset) + delta >= 0);
2505 shdr_info->shdr.sh_offset += delta;
2508 /* The assumption is that the delta is calculated so that it will preserve
2530 /* If there is a delta for an ALLOC section, then the sections address must match the sections's offset in
2535 ASSERT(!delta ||
2543 shdr_info->shdr.sh_addr += delta;
2651 Elf64_Sxword delta = offset - shdr_info[start].shdr.sh_offset;
2652 delta += (alignment - 1);
2653 delta &= ~(alignment - 1);
2658 "(index %d) from 0x%llx (%lld) to 0x%llx (%lld) (DELTA %lld)...\n",
2664 delta);
2667 adjust_section_offset(newelf, shdr_info + start, delta);