Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h397 inline uint32_t getSegmentFlag(const uint32_t pSectionFlag);
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2118 uint32_t GNULDBackend::getSegmentFlag(const uint32_t pSectionFlag) in getSegmentFlag() argument
2121 if ((pSectionFlag & llvm::ELF::SHF_ALLOC) != 0x0) in getSegmentFlag()
2123 if ((pSectionFlag & llvm::ELF::SHF_WRITE) != 0x0) in getSegmentFlag()
2125 if ((pSectionFlag & llvm::ELF::SHF_EXECINSTR) != 0x0) in getSegmentFlag()