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.h582 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
597 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
604 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
610 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
616 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()
861 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3804 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()
3805 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4466 if (O->BindRebaseSectionTable == nullptr) in bindTable()
4467 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()
4493 if (BindRebaseSectionTable == nullptr) in fixupTable()
4494 BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(this); in fixupTable()