Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h420 return BindRebaseSectionTable->checkSegAndOffset(SegIndex, SegOffset, in BindEntryCheckSegAndOffset()
428 return BindRebaseSectionTable->checkCountAndSkip(Count, Skip, PointerSize, in BindEntryCheckCountAndSkip()
436 return BindRebaseSectionTable->checkSegAndOffset(SegIndex, SegOffset, in RebaseEntryCheckSegAndOffset()
444 return BindRebaseSectionTable->checkCountAndSkip(Count, Skip, PointerSize, in RebaseEntryCheckCountAndSkip()
451 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
457 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
463 return BindRebaseSectionTable->address(SegIndex, SegOffset); in BindRebaseAddress()
675 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3404 if (O->BindRebaseSectionTable == nullptr) in rebaseTable()
3405 O->BindRebaseSectionTable = llvm::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4088 if (O->BindRebaseSectionTable == nullptr) in bindTable()
4089 O->BindRebaseSectionTable = llvm::make_unique<BindRebaseSegInfo>(O); in bindTable()