Lines Matching refs:hash
103 elf_hash_for_each_possible(section, sec, hash, idx) { in find_section_by_index()
115 elf_hash_for_each_possible(symbol, sym, hash, idx) { in find_symbol_by_index()
203 elf_hash_for_each_possible(reloc, reloc, hash, in find_reloc_by_dest_range()
294 elf_hash_add(section, &sec->hash, sec->idx); in read_sections()
332 elf_hash_add(symbol, &sym->hash, sym->idx); in elf_add_symbol()
510 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in elf_add_reloc()
708 hlist_del(&old->hash); in elf_create_section_symbol()
709 elf_hash_add(symbol, &old->hash, old->idx); in elf_create_section_symbol()
842 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in read_relocs()
1026 elf_hash_add(section, &sec->hash, sec->idx); in elf_create_section()
1282 hash_del(&sym->hash); in elf_close()
1287 hash_del(&reloc->hash); in elf_close()