Home
last modified time | relevance | path

Searched refs:SymtabShndxSection (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h211 SymtabShndxSection, enumerator
640 struct SymtabShndxSection : Section { struct
643 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() function
650 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp751 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
753 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
754 SymtabShndxSection->setAlignment(Align(4)); in computeSymbolTable()
809 const MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
814 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h669 class SymtabShndxSection final : public SyntheticSection {
671 SymtabShndxSection();
1365 std::unique_ptr<SymtabShndxSection> symTabShndx;
H A DSyntheticSections.cpp2299 SymtabShndxSection::SymtabShndxSection() in SymtabShndxSection() function in SymtabShndxSection
2304 void SymtabShndxSection::writeTo(uint8_t *buf) { in writeTo()
2316 bool SymtabShndxSection::isNeeded() const { in isNeeded()
2329 void SymtabShndxSection::finalizeContents() { in finalizeContents()
2333 size_t SymtabShndxSection::getSize() const { in getSize()
H A DWriter.cpp352 in.symTabShndx = std::make_unique<SymtabShndxSection>(); in createSyntheticSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp261 const ELFYAML::SymtabShndxSection &Shndx,
858 } else if (auto S = dyn_cast<ELFYAML::SymtabShndxSection>(Sec)) { in initSectionHeaders()
1325 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent()
H A DELFYAML.cpp1464 static void sectionMapping(IO &IO, ELFYAML::SymtabShndxSection &Section) { in sectionMapping()
1659 Section.reset(new ELFYAML::SymtabShndxSection()); in mapping()
1660 sectionMapping(IO, *cast<ELFYAML::SymtabShndxSection>(Section.get())); in mapping()