Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp147 uint64_t andMask = in commitSection() local
149 uint64_t orMask = ~andMask; in commitSection()
150 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection()