Lines Matching defs:SegOffset
3776 // For use with a SegIndex,SegOffset pair from a checked Mach-O Rebase entry
3782 // For use with a SegIndex,SegOffset pair from a checked Mach-O Rebase entry
4330 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind entry
4336 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind entry
4353 // Build table of sections so SegIndex/SegOffset pairs can be translated.
4382 // For use with a SegIndex, SegOffset, and PointerSize triple in
4385 // Given a SegIndex, SegOffset, and PointerSize, verify a valid section exists
4390 uint64_t SegOffset,
4399 uint64_t Start = SegOffset + i * (PointerSize + Skip);
4430 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind or Rebase
4433 int32_t SegIndex, uint64_t SegOffset) {
4437 if (SI.OffsetInSegment > SegOffset)
4439 if (SegOffset >= (SI.OffsetInSegment + SI.Size))
4443 llvm_unreachable("SegIndex and SegOffset not in any section");
4446 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind or Rebase
4449 uint64_t SegOffset) {
4450 return findSection(SegIndex, SegOffset).SectionName;
4453 // For use with a SegIndex,SegOffset pair from a checked Mach-O Bind or Rebase