Home
last modified time | relevance | path

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

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