Searched defs:SymtabShndxSection (Results 1 – 3 of 3) sorted by relevance
223 SymtabShndxSection, enumerator652 struct SymtabShndxSection : Section { struct655 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() argument662 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
605 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local663 MCSectionELF *SymtabShndxSection = SectionTable[SymtabShndxSectionIndex - 1]; in computeSymbolTable() local
2320 SymtabShndxSection::SymtabShndxSection() in SymtabShndxSection() function in SymtabShndxSection