Home | History | Annotate | Download | only in LD

Lines Matching defs:target_offset

351   uint64_t target_offset = pFront.Offset + pOffset;
354 // but smaller than the target_offset.
357 // alignment fragments were not counted in target_offset.
358 // Count in the size of alignment fragmen in target_offset here.
362 // the target_offset by the alignment fragment's size.
370 target_offset += align_size;
375 if (target_offset >= front->getNextNode()->Offset) {
381 new (result) MCFragmentRef(*front, target_offset - front->Offset);
390 if (!isValidOffset(*front, target_offset))
394 new (result) MCFragmentRef(*front, target_offset - front->Offset);
467 uint64_t target_offset = pBigOffset + pFrag.Offset;
473 if (getRear(*range)->Offset >= target_offset) {
484 return getFragmentRef(*range, target_offset);