Searched refs:pFlagClear (Results 1 - 2 of 2) 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) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h46 iterator find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear);
49 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const;

Completed in 245 milliseconds