Searched defs:target_offset (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp350 uint64_t target_offset = pFront.getOffset() + pOffset; local
353 // but smaller than the target_offset.
356 // alignment fragments were not counted in target_offset.
357 // Count in the size of alignment fragmen in target_offset here.
361 // the target_offset by the alignment fragment's size.
369 target_offset += align_size;
374 if (target_offset >= front->getNextNode()->getOffset()) {
380 new (result) FragmentRef(*front, target_offset - front->getOffset());
389 if (!isValidOffset(*front, target_offset))
393 new (result) FragmentRef(*front, target_offset
464 uint64_t target_offset = pBigOffset + pFrag.getOffset(); local
[all...]

Completed in 1471 milliseconds