Searched refs:BindRebaseSectionTable (Results 1 – 2 of 2) sorted by relevance
423 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,438 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,445 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()451 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()457 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()672 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
3461 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()3462 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()4121 if (O->BindRebaseSectionTable == nullptr) in bindTable()4122 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()