Searched refs:lit_h (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c3429 struct alpha_elf_link_hash_entry *lit_h;
3434 lit_h = alpha_elf_sym_hashes (info->abfd)[indx];
3436 while (lit_h->root.root.type == bfd_link_hash_indirect
3437 || lit_h->root.root.type == bfd_link_hash_warning)
3438 lit_h = (struct alpha_elf_link_hash_entry *) lit_h->root.root.u.i.link;
3440 for (lit_gotent = lit_h->got_entries; lit_gotent ;
3420 struct alpha_elf_link_hash_entry *lit_h; local

Completed in 96 milliseconds