Searched defs:pFlagClear (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp36 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) argument
42 ((*segment).flag() & pFlagClear) == 0x0) {
52 uint32_t pFlagClear) const
58 ((*segment).flag() & pFlagClear) == 0x0) {

Completed in 141 milliseconds