Searched refs:SegIndex (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | MachO.h | 136 const char* checkSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 140 StringRef segmentName(int32_t SegIndex); 141 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset); 142 uint64_t address(uint32_t SegIndex, uint64_t SegOffset); 154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); 420 const char *BindEntryCheckSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 423 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 433 const char *RebaseEntryCheckSegAndOffsets(int32_t SegIndex, 438 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 444 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 4046 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets() argument 4051 if (SegIndex == -1) in checkSegAndOffsets() 4053 if (SegIndex >= MaxSegIndex) in checkSegAndOffsets() 4060 if (SI.SegmentIndex != SegIndex) in checkSegAndOffsets() 4079 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName() argument 4081 if (SI.SegmentIndex == SegIndex) in segmentName() 4090 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument 4092 if (SI.SegmentIndex != SegIndex) in findSection() 4105 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() argument 4107 return findSection(SegIndex, SegOffset).SectionName; in sectionName() [all …]
|