Searched refs:pSectionFlag (Results 1 – 2 of 2) sorted by relevance
397 inline uint32_t getSegmentFlag(const uint32_t pSectionFlag);
2118 uint32_t GNULDBackend::getSegmentFlag(const uint32_t pSectionFlag) in getSegmentFlag() argument2121 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()