Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h581 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
596 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
603 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
609 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
615 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()
860 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3802 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()
3803 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4462 if (O->BindRebaseSectionTable == nullptr) in bindTable()
4463 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()
4489 if (BindRebaseSectionTable == nullptr) in fixupTable()
4490 BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(this); in fixupTable()