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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h37 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear);
40 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const;
/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 44 milliseconds