Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h578 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
593 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
600 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
606 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
612 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()
855 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3795 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()
3796 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4455 if (O->BindRebaseSectionTable == nullptr) in bindTable()
4456 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()
4482 if (BindRebaseSectionTable == nullptr) in fixupTable()
4483 BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(this); in fixupTable()