Searched refs:BindRebaseSectionTable (Results 1 – 2 of 2) sorted by relevance
578 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
3795 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()