Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h194 SymtabShndxSection, enumerator
622 struct SymtabShndxSection : Section { struct
625 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() argument
632 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp712 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
714 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
715 SymtabShndxSection->setAlignment(Align(4)); in computeSymbolTable()
770 const MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
775 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h661 class SymtabShndxSection final : public SyntheticSection {
663 SymtabShndxSection();
1267 SymtabShndxSection *symTabShndx;
DSyntheticSections.cpp2310 SymtabShndxSection::SymtabShndxSection() in SymtabShndxSection() function in SymtabShndxSection
2315 void SymtabShndxSection::writeTo(uint8_t *buf) { in writeTo()
2327 bool SymtabShndxSection::isNeeded() const { in isNeeded()
2340 void SymtabShndxSection::finalizeContents() { in finalizeContents()
2344 size_t SymtabShndxSection::getSize() const { in getSize()
DWriter.cpp369 in.symTabShndx = make<SymtabShndxSection>(); in createSyntheticSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1360 static void sectionMapping(IO &IO, ELFYAML::SymtabShndxSection &Section) { in sectionMapping()
1555 Section.reset(new ELFYAML::SymtabShndxSection()); in mapping()
1556 sectionMapping(IO, *cast<ELFYAML::SymtabShndxSection>(Section.get())); in mapping()
DELFEmitter.cpp259 const ELFYAML::SymtabShndxSection &Shndx,
857 } else if (auto S = dyn_cast<ELFYAML::SymtabShndxSection>(Sec)) { in initSectionHeaders()
1324 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent()