Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2420 bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx; in writeTo() local
2421 hash = isLastInChain ? hash | 1 : hash & ~1; in writeTo()