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

  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 31 m_State(BadBit) {
76 m_State |= BadBit;
100 m_State |= BadBit;
124 return 0x0 == (m_State & (BadBit | FailBit));
129 return 0x0 != (m_State & BadBit);
369 m_State |= BadBit;
373 m_State |= BadBit;
417 m_State |= BadBit;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 62 BadBit = 1L << 0,

Completed in 520 milliseconds