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