Searched refs:SegIndex (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Object/ |
| D | MachO.h | 137 const char* checkSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 141 StringRef segmentName(int32_t SegIndex); 142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset); 143 uint64_t address(uint32_t SegIndex, uint64_t SegOffset); 155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); 575 const char *BindEntryCheckSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 578 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 588 const char *RebaseEntryCheckSegAndOffsets(int32_t SegIndex, 593 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 599 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName() argument [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 4380 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets() argument 4385 if (SegIndex == -1) in checkSegAndOffsets() 4387 if (SegIndex >= MaxSegIndex) in checkSegAndOffsets() 4394 if (SI.SegmentIndex != SegIndex) in checkSegAndOffsets() 4413 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName() argument 4415 if (SI.SegmentIndex == SegIndex) in segmentName() 4424 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument 4426 if (SI.SegmentIndex != SegIndex) in findSection() 4439 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() argument 4441 return findSection(SegIndex, SegOffset).SectionName; in sectionName() [all …]
|