Searched refs:andMask (Results 1 – 1 of 1) sorted by relevance
167 uint64_t andMask = 0; in commitSection() local169 andMask |= (uint64_t)SHF_ARM_PURECODE; in commitSection()171 andMask |= (uint64_t)SHF_AARCH64_PURECODE; in commitSection()172 uint64_t orMask = ~andMask; in commitSection()173 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection()