Home
last modified time | relevance | path

Searched defs:pFlag (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DFlags.h25 Flags(Enum pFlag) in Flags()
29 : m_Data(pFlag) {} in m_Data() argument
/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp37 ELFSegment::ELFSegment(uint32_t pType, uint32_t pFlag) in ELFSegment()
89 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) in Create()
DLDSection.cpp42 uint32_t pFlag, in LDSection()
71 uint32_t pFlag, in Create()
DELFSegmentFactory.cpp80 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) in produce()
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h91 void setFlag(uint32_t pFlag) in setFlag()
94 void updateFlag(uint32_t pFlag) in updateFlag()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp37 uint32_t pFlag, in CreateSection()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp28 uint32_t pFlag) in GetELFSectionKind()
279 uint32_t pFlag, in CreateELFHeader()
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp154 bool eFlag, sFlag, pFlag; variable