Lines Matching defs:ok
659 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucket(size_t i, bool* ok) const {
661 *ok = false;
664 *ok = true;
670 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChain(size_t i, bool* ok) const {
672 *ok = false;
675 *ok = true;
786 bool ok;
787 Elf_Word symbol_and_chain_index = GetHashBucket(bucket_index, &ok);
788 if (!ok) {
800 symbol_and_chain_index = GetHashChain(symbol_and_chain_index, &ok);
801 if (!ok) {