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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 34 typedef std::vector<LDSection*> SectionTable;
35 typedef SectionTable::iterator sect_iterator;
36 typedef SectionTable::const_iterator const_sect_iterator;
85 SectionTable m_SectionTable;
87 SectionTable m_RelocSections;
  /frameworks/compile/mclinker/include/mcld/
Module.h 47 typedef std::vector<LDSection*> SectionTable;
48 typedef SectionTable::iterator iterator;
49 typedef SectionTable::const_iterator const_iterator;
106 const SectionTable& getSectionTable() const { return m_SectionTable; }
107 SectionTable& getSectionTable() { return m_SectionTable; }
170 SectionTable m_SectionTable;
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 77 if (addr < SectionTable
78 || addr >= (SectionTable + Header->NumberOfSections))
81 uintptr_t offset = uintptr_t(addr) - uintptr_t(SectionTable);
437 SectionTable =
442 if (!checkAddr(Data, ec, uintptr_t(SectionTable),
491 ret.p = reinterpret_cast<intptr_t>(SectionTable);
498 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections);
537 Result = SectionTable + (index - 1);
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 123 std::vector<const MCSectionELF *> SectionTable;
151 SectionTable.clear();
245 SectionTable.push_back(Sec);
247 return SectionTable.size();
944 SectionTable[SymtabShndxSectionIndex - 1];
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 79 const coff_section *SectionTable;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 121 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections()))
124 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable);
319 uintptr_t(Sec.getRawDataRefImpl().p) - uintptr_t(SectionTable);
631 DataDirectory(nullptr), SectionTable(nullptr), SymbolTable16(nullptr),
722 if ((EC = getObject(SectionTable, Data, base() + CurPtr,
814 Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
822 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
925 Result = SectionTable + (Index - 1);
    [all...]
  /external/swiftshader/third_party/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...]
  /external/llvm/include/llvm/Object/
COFF.h 631 const coff_section *SectionTable;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 513 milliseconds