Home
last modified time | relevance | path

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

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