Lines Matching full:hash
18 #include <hash.h>
503 source->hash.scn = scn;
504 source->hash.data = elf_getdata(scn, NULL);
505 FAILIF_LIBELF(NULL == source->hash.data, elf_getdata);
506 memcpy(&source->hash.shdr, shdr, sizeof(GElf_Shdr));
507 source->hash.info = lookup_shdr_info_by_new_section(
509 ASSERT(source->shdr_info == NULL || source->hash.info != NULL);
558 FAILIF(source->hash.scn == NULL,
559 "File [%s] does not have a hash table!\n",
561 FAILIF(source->hash.shdr.sh_link != elf_ndxscn(source->symtab.scn),
562 "Hash points to section %d, not to %d as expected!\n",
563 source->hash.shdr.sh_link,
873 lib->hash.data,