Searched defs:pSectionFlag (Results 1 - 1 of 1) sorted by relevance

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

Completed in 104 milliseconds