Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp114 m_State = (GoodBit | DeputedBit); in delegate()
244 return !(m_State & DeputedBit); in isOwned()
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h32 DeputedBit = 1L << 3, // the file descriptor is delegated enumerator