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 36 typedef std::vector<LDSection*> SectionTable;
37 typedef SectionTable::iterator sect_iterator;
38 typedef SectionTable::const_iterator const_sect_iterator;
83 SectionTable m_SectionTable;
85 SectionTable m_RelocSections;
  /frameworks/compile/mclinker/include/mcld/
Module.h 56 typedef std::vector<LDSection*> SectionTable;
57 typedef SectionTable::iterator iterator;
58 typedef SectionTable::const_iterator const_iterator;
108 const SectionTable& getSectionTable() const { return m_SectionTable; }
109 SectionTable& getSectionTable() { return m_SectionTable; }
157 SectionTable m_SectionTable;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 80 if (addr < SectionTable
81 || addr >= (SectionTable + Header->NumberOfSections))
84 uintptr_t offset = uintptr_t(addr) - uintptr_t(SectionTable);
436 , SectionTable(0)
465 SectionTable =
470 if (!checkAddr(Data, ec, uintptr_t(SectionTable),
544 ret.p = reinterpret_cast<intptr_t>(SectionTable);
550 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections);
594 Result = SectionTable + (index - 1);
  /external/llvm/include/llvm/Object/
COFF.h 97 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 169 milliseconds