Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp166 uint64_t andMask = in commitSection() local
168 uint64_t orMask = ~andMask; in commitSection()
169 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection()