Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1058 if (ToRemove(LinkSection)) { in removeSectionReferences()
1063 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()
1064 LinkSection = nullptr; in removeSectionReferences()
1134 LinkSection = *Sec; in initialize()
1136 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()
1137 LinkSection = nullptr; in initialize()
1142 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
H A DObject.h484 SectionBase *LinkSection = nullptr; variable