Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp639 if (LinkSection == Sec) { in removeSectionReferences()
640 error("Section " + LinkSection->Name + in removeSectionReferences()
668 LinkSection = in initialize()
671 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()
672 LinkSection = nullptr; in initialize()
676 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
H A DObject.h331 SectionBase *LinkSection = nullptr; variable