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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c1787 struct alpha_elf_link_hash_entry *lit_h;
1792 lit_h = alpha_elf_sym_hashes (info->abfd)[indx];
1794 while (lit_h->root.root.type == bfd_link_hash_indirect
1795 || lit_h->root.root.type == bfd_link_hash_warning)
1796 lit_h = (struct alpha_elf_link_hash_entry *) lit_h->root.root.u.i.link;
1798 for (lit_gotent = lit_h->got_entries; lit_gotent ;
1783 struct alpha_elf_link_hash_entry *lit_h; local

Completed in 396 milliseconds