Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp173 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection() local
175 flags = andFlags | orFlags; in commitSection()