Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp434 assert(LinkSection == nullptr); in restoreSymTabLink()
435 LinkSection = &SymTab; in restoreSymTabLink()
1044 if (ToRemove(LinkSection)) { in removeSectionReferences()
1049 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()
1050 LinkSection = nullptr; in removeSectionReferences()
1120 LinkSection = *Sec; in initialize()
1122 if (LinkSection->Type == ELF::SHT_SYMTAB) { in initialize()
1124 LinkSection = nullptr; in initialize()
1130 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
H A DELFObject.h490 SectionBase *LinkSection = nullptr; variable