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.h587 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
602 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
609 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
615 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
621 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()
866 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3803 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()
3804 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4465 if (O->BindRebaseSectionTable == nullptr) in bindTable()
4466 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()
4492 if (BindRebaseSectionTable == nullptr) in fixupTable()
4493 BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(this); in fixupTable()