Home | History | Annotate | Download | only in lsd

Lines Matching full:hash

15 #include <hash.h>
48 section_info_t hash;
204 source->hash.scn = scn;
205 source->hash.data = elf_getdata(scn, NULL);
206 FAILIF_LIBELF(NULL == source->hash.data, elf_getdata);
207 memcpy(&source->hash.shdr, shdr, sizeof(GElf_Shdr));
236 FAILIF(source->hash.scn == NULL,
237 "File [%s] does not have a hash table!\n",
239 FAILIF(source->hash.shdr.sh_link != elf_ndxscn(source->symtab.scn),
240 "Hash points to section %d, not to %d as expected!\n",
241 source->hash.shdr.sh_link,
431 lib->hash.data,