Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h550 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
565 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
572 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
578 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
584 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()
814 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3617 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()
3618 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4277 if (O->BindRebaseSectionTable == nullptr) in bindTable()
4278 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()