Searched refs:chain (Results 1 – 2 of 2) sorted by relevance
432 Elf_Word* chain = hash.data() + chain_offset; in Write() local445 while (chain[hash_val] != 0) { in Write()446 hash_val = chain[hash_val]; in Write()449 chain[hash_val] = index; in Write()453 CHECK_EQ(chain[index], static_cast<Elf_Word>(0)); in Write()
20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with