Searched refs:SymtabShndxSection (Results 1 – 4 of 4) sorted by relevance
149 SymtabShndxSection, enumerator455 struct SymtabShndxSection : Section { struct458 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() argument461 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local715 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()716 SymtabShndxSection->setAlignment(Align(4)); in computeSymbolTable()769 const MCSectionELF *SymtabShndxSection = in computeSymbolTable() local774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1116 static void sectionMapping(IO &IO, ELFYAML::SymtabShndxSection &Section) { in sectionMapping()1261 Section.reset(new ELFYAML::SymtabShndxSection()); in mapping()1262 sectionMapping(IO, *cast<ELFYAML::SymtabShndxSection>(Section.get())); in mapping()
175 const ELFYAML::SymtabShndxSection &Shndx,457 } else if (auto S = dyn_cast<ELFYAML::SymtabShndxSection>(Sec)) { in initSectionHeaders()861 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent()