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

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

Completed in 47 milliseconds