reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
422 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 437 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 444 return BindRebaseSectionTable->segmentName(SegIndex); 450 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); 456 return BindRebaseSectionTable->address(SegIndex, SegOffset);lib/Object/MachOObjectFile.cpp
3435 if (O->BindRebaseSectionTable == nullptr) 3436 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); 4106 if (O->BindRebaseSectionTable == nullptr) 4107 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O);