Home | History | Annotate | Download | only in Object

Lines Matching defs:EndOffset

542   uint64_t EndOffset = 0;
573 if (!EndOffset || Value < EndOffset)
574 EndOffset = Value;
576 if (!EndOffset) {
581 getSectionAddress(Sec, EndOffset);
582 EndOffset += Size;
584 Result = EndOffset - BeginOffset;