Home
last modified time | relevance | path

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

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