HomeSort by: relevance | last modified time | path
    Searched refs:SecToApplyRel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 742 SectionBase *SecToApplyRel = nullptr;
745 const SectionBase *getSection() const { return SecToApplyRel; }
746 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; }
Object.cpp 918 SecToApplyRel->Name.data(), R.Offset,
959 if (SecToApplyRel != nullptr)
960 this->Info = SecToApplyRel->Index;
1020 if (SectionBase *To = FromTo.lookup(SecToApplyRel))
1021 SecToApplyRel = To;
1049 // SecToApplyRel contains a section referenced by sh_info field. It keeps
1053 assert(!SecToApplyRel || !ToRemove(SecToApplyRel));

Completed in 22 milliseconds