HomeSort by relevance Sort by last modified time
    Searched refs:SectionTable (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 33 typedef std::vector<LDSection*> SectionTable;
34 typedef SectionTable::iterator sect_iterator;
35 typedef SectionTable::const_iterator const_sect_iterator;
86 SectionTable m_SectionTable;
88 SectionTable m_RelocSections;
  /frameworks/compile/mclinker/include/mcld/
Module.h 48 typedef std::vector<LDSection*> SectionTable;
49 typedef SectionTable::iterator iterator;
50 typedef SectionTable::const_iterator const_iterator;
107 const SectionTable& getSectionTable() const { return m_SectionTable; }
108 SectionTable& getSectionTable() { return m_SectionTable; }
169 SectionTable m_SectionTable;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 115 if (Addr < SectionTable
116 || Addr >= (SectionTable + COFFHeader->NumberOfSections))
119 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable);
518 SectionTable(nullptr), SymbolTable(nullptr), StringTable(nullptr),
580 if ((EC = getObject(SectionTable, *Data, base() + CurPtr,
653 Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
661 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
740 Result = SectionTable + (Index - 1);
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 348 const coff_section *SectionTable;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 137 milliseconds