Home | History | Annotate | Download | only in Object

Lines Matching defs:OwningObject

38   const ObjectFile *OwningObject;
41 RelocationRef() : OwningObject(nullptr) { }
82 const ObjectFile *OwningObject;
85 SectionRef() : OwningObject(nullptr) { }
183 const ObjectFile *OwningObject;
186 LibraryRef() : OwningObject(nullptr) { }
396 , OwningObject(Owner) {}
411 return OwningObject->moveSectionNext(SectionPimpl);
415 return OwningObject->getSectionName(SectionPimpl, Result);
419 return OwningObject->getSectionAddress(SectionPimpl, Result);
423 return OwningObject->getSectionSize(SectionPimpl, Result);
427 return OwningObject->getSectionContents(SectionPimpl, Result);
431 return OwningObject->getSectionAlignment(SectionPimpl, Result);
435 return OwningObject->isSectionText(SectionPimpl, Result);
439 return OwningObject->isSectionData(SectionPimpl, Result);
443 return OwningObject->isSectionBSS(SectionPimpl, Result);
447 return OwningObject->isSectionRequiredForExecution(SectionPimpl, Result);
451 return OwningObject->isSectionVirtual(SectionPimpl, Result);
455 return OwningObject->isSectionZeroInit(SectionPimpl, Result);
459 return OwningObject->isSectionReadOnlyData(SectionPimpl, Result);
464 return OwningObject->sectionContainsSymbol(SectionPimpl,
469 return OwningObject->section_rel_begin(SectionPimpl);
473 return OwningObject->section_rel_end(SectionPimpl);
477 return OwningObject->getRelocatedSection(SectionPimpl);
488 , OwningObject(Owner) {}
495 return OwningObject->moveRelocationNext(RelocationPimpl);
499 return OwningObject->getRelocationAddress(RelocationPimpl, Result);
503 return OwningObject->getRelocationOffset(RelocationPimpl, Result);
507 return OwningObject->getRelocationSymbol(RelocationPimpl);
511 return OwningObject->getRelocationType(RelocationPimpl, Result);
516 return OwningObject->getRelocationTypeName(RelocationPimpl, Result);
521 return OwningObject->getRelocationValueString(RelocationPimpl, Result);
525 return OwningObject->getRelocationHidden(RelocationPimpl, Result);
533 return OwningObject;
539 , OwningObject(Owner) {}
550 return OwningObject->getLibraryNext(LibraryPimpl, Result);
554 return OwningObject->getLibraryPath(LibraryPimpl, Result);