Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h395 inline uint32_t getSegmentFlag(const uint32_t pSectionFlag);
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2019 uint32_t GNULDBackend::getSegmentFlag(const uint32_t pSectionFlag) { in getSegmentFlag() argument
2021 if ((pSectionFlag & llvm::ELF::SHF_ALLOC) != 0x0) in getSegmentFlag()
2023 if ((pSectionFlag & llvm::ELF::SHF_WRITE) != 0x0) in getSegmentFlag()
2025 if ((pSectionFlag & llvm::ELF::SHF_EXECINSTR) != 0x0) in getSegmentFlag()