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