Searched refs:SymtabShndxSection (Results 1 – 7 of 7) sorted by relevance
194 SymtabShndxSection, enumerator622 struct SymtabShndxSection : Section { struct625 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() argument632 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
712 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local714 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()715 SymtabShndxSection->setAlignment(Align(4)); in computeSymbolTable()770 const MCSectionELF *SymtabShndxSection = in computeSymbolTable() local775 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
661 class SymtabShndxSection final : public SyntheticSection {663 SymtabShndxSection();1267 SymtabShndxSection *symTabShndx;
2310 SymtabShndxSection::SymtabShndxSection() in SymtabShndxSection() function in SymtabShndxSection2315 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()
369 in.symTabShndx = make<SymtabShndxSection>(); in createSyntheticSections()
1360 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()
259 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()