Home
last modified time | relevance | path

Searched defs:SymtabShndxSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h223 SymtabShndxSection, enumerator
652 struct SymtabShndxSection : Section { struct
655 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() argument
662 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp605 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
663 MCSectionELF *SymtabShndxSection = SectionTable[SymtabShndxSectionIndex - 1]; in computeSymbolTable() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2320 SymtabShndxSection::SymtabShndxSection() in SymtabShndxSection() function in SymtabShndxSection