Searched refs:shift_offset (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldwrite.c487 bfd_vma shift_offset; local
505 shift_offset = p->offset;
506 n->size = cursor->size - shift_offset;
507 cursor->size = shift_offset;
509 vma += shift_offset;
516 p->offset -= shift_offset;
/haiku-buildtools/binutils/ld/
H A Dldwrite.c506 bfd_vma shift_offset; local
524 shift_offset = p->offset;
525 n->size = cursor->size - shift_offset;
526 cursor->size = shift_offset;
528 vma += shift_offset;
535 p->offset -= shift_offset;

Completed in 164 milliseconds