Searched refs:BindRebaseSegInfo (Results 1 – 2 of 2) sorted by relevance
131 class BindRebaseSegInfo {133 BindRebaseSegInfo(const MachOObjectFile *Obj);670 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable;
3440 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()4000 BindRebaseSegInfo::BindRebaseSegInfo(const object::MachOObjectFile *Obj) { in BindRebaseSegInfo() function in BindRebaseSegInfo4035 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets()4068 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName()4078 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection()4094 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName()4101 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()4111 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()