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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp19 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) argument
25 ((*segment)->flag() & pFlagClear) == 0x0) {
35 uint32_t pFlagClear) const
41 ((*segment)->flag() & pFlagClear) == 0x0) {

Completed in 756 milliseconds