HomeSort by: relevance | last modified time | path
    Searched defs:SymtabShndxSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 193 SymtabShndxSection,
625 struct SymtabShndxSection : Section {
628 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {}
635 return S->Kind == ChunkKind::SymtabShndxSection;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 711 MCSectionELF *SymtabShndxSection =
713 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection);
714 SymtabShndxSection->setAlignment(Align(4));
769 const MCSectionELF *SymtabShndxSection =
774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd);

Completed in 18 milliseconds