Home
last modified time | relevance | path

Searched refs:BadBit (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp31 m_State(BadBit) { in MemoryArea()
76 m_State |= BadBit; in map()
100 m_State |= BadBit; in map()
124 return 0x0 == (m_State & (BadBit | FailBit)); in isGood()
129 return 0x0 != (m_State & BadBit); in isBad()
369 m_State |= BadBit; in readToBuffer()
373 m_State |= BadBit; in readToBuffer()
417 m_State |= BadBit; in write()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryArea.h62 BadBit = 1L << 0, enumerator