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

  /frameworks/compile/mclinker/lib/MC/
MCLDInput.cpp 20 : m_Type(Unknown),
31 : m_Type(Unknown),
45 : m_Type(pType),
60 : m_Type(pType),
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 79 { m_Type = pType; }
82 { return m_Type; }
85 { return (m_Type != Unknown); }
126 unsigned int m_Type;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
49 Type type() const { return m_Type; }
54 Type m_Type;
Relocation.h 72 { return m_Type; }
113 /// m_Type - the type of the relocation entries
114 Type m_Type;
  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 65 { return m_Type; }
93 Type m_Type : 2;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 56 { return m_Type; }
108 if (llvm::ELF::PT_TLS != m_Type)
124 uint32_t m_Type; // Type of segment
LDSection.h 77 { return m_Type; }
151 { m_Type = type; }
200 uint32_t m_Type;
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
72 : m_Type(pType),
133 m_Type = pType;
148 return pRelocator.getSize(m_Type);
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 27 m_Type(0x0),
47 m_Type(pType),
ELFSegment.cpp 24 : m_Type(pType),
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 53 m_RegionCount(0), m_Type(UNALLOCATED) {
58 m_RegionCount(0), m_Type(pType)

Completed in 461 milliseconds