Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp450 assert(LinkSection == nullptr); in restoreSymTabLink()
451 LinkSection = &SymTab; in restoreSymTabLink()
1067 if (ToRemove(LinkSection)) { in removeSectionReferences()
1072 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()
1073 LinkSection = nullptr; in removeSectionReferences()
1143 LinkSection = *Sec; in initialize()
1145 if (LinkSection->Type == ELF::SHT_SYMTAB) { in initialize()
1147 LinkSection = nullptr; in initialize()
1153 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
H A DELFObject.h607 SectionBase *LinkSection = nullptr; variable