Home
last modified time | relevance | path

Searched refs:SegOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h137 const char *checkSegAndOffset(int32_t SegIndex, uint64_t SegOffset,
141 uint64_t SegOffset);
144 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
145 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
420 return BindRebaseSectionTable->checkSegAndOffset(SegIndex, SegOffset, in BindEntryCheckSegAndOffset()
427 uint64_t SegOffset) const { in BindEntryCheckCountAndSkip() argument
436 return BindRebaseSectionTable->checkSegAndOffset(SegIndex, SegOffset, in RebaseEntryCheckSegAndOffset()
443 uint64_t SegOffset) const { in RebaseEntryCheckCountAndSkip() argument
457 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3996 uint64_t SegOffset, in checkSegAndOffset() argument
4005 if (SI.OffsetInSegment > SegOffset) in checkSegAndOffset()
4007 if (SegOffset > (SI.OffsetInSegment + SI.Size)) in checkSegAndOffset()
4009 if (endInvalid && SegOffset >= (SI.OffsetInSegment + SI.Size)) in checkSegAndOffset()
4024 uint64_t SegOffset) { in checkCountAndSkip() argument
4025 const SectionInfo &SI = findSection(SegIndex, SegOffset); in checkCountAndSkip()
4026 uint64_t addr = SI.SegmentStartAddress + SegOffset; in checkCountAndSkip()
4061 if (SI.OffsetInSegment > SegOffset) in findSection()
4063 if (SegOffset >= (SI.OffsetInSegment + SI.Size)) in findSection()
4073 uint64_t SegOffset) { in sectionName() argument
[all …]