Searched refs:SegIndex (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 139 LLVM_ABI const char *checkSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 144 LLVM_ABI StringRef segmentName(int32_t SegIndex); 145 LLVM_ABI StringRef sectionName(int32_t SegIndex, uint64_t SegOffset); 146 LLVM_ABI uint64_t address(uint32_t SegIndex, uint64_t SegOffset); 158 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); 583 const char *BindEntryCheckSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 587 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 597 const char *RebaseEntryCheckSegAndOffsets(int32_t SegIndex, 602 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 608 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 4390 const char *BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets() argument 4395 if (SegIndex == -1) in checkSegAndOffsets() 4397 if (SegIndex >= MaxSegIndex) in checkSegAndOffsets() 4404 if (SI.SegmentIndex != SegIndex) in checkSegAndOffsets() 4423 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName() argument 4425 if (SI.SegmentIndex == SegIndex) in segmentName() 4434 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument 4436 if (SI.SegmentIndex != SegIndex) in findSection() 4449 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() argument 4451 return findSection(SegIndex, SegOffset).SectionName; in sectionName() [all …]
|