Lines Matching defs:SegOffset
3778 // For use with a SegIndex,SegOffset pair from a checked Mach-O Rebase entry
3784 // For use with a SegIndex,SegOffset pair from a checked Mach-O Rebase entry
4332 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind entry
4338 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind entry
4355 // Build table of sections so SegIndex/SegOffset pairs can be translated.
4384 // For use with a SegIndex, SegOffset, and PointerSize triple in
4387 // Given a SegIndex, SegOffset, and PointerSize, verify a valid section exists
4392 uint64_t SegOffset,
4401 uint64_t Start = SegOffset + i * (PointerSize + Skip);
4432 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind or Rebase
4435 int32_t SegIndex, uint64_t SegOffset) {
4439 if (SI.OffsetInSegment > SegOffset)
4441 if (SegOffset >= (SI.OffsetInSegment + SI.Size))
4445 llvm_unreachable("SegIndex and SegOffset not in any section");
4448 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind or Rebase
4451 uint64_t SegOffset) {
4452 return findSection(SegIndex, SegOffset).SectionName;
4455 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind or Rebase