• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:got_entries

178   struct alpha_elf_got_entry *got_entries;  member
269 ret->got_entries = NULL; in elf64_alpha_link_hash_newfunc()
1676 slot = &h->got_entries; in get_got_entry()
2187 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol()
2188 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol()
2193 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol()
2194 for (gi = hi->got_entries; gi ; gi = gin) in elf64_alpha_copy_indirect_symbol()
2205 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol()
2206 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol()
2210 hi->got_entries = NULL; in elf64_alpha_copy_indirect_symbol()
2274 for (be = h->got_entries; be ; be = be->next) in elf64_alpha_can_merge_gots()
2281 for (ae = h->got_entries; ae ; ae = ae->next) in elf64_alpha_can_merge_gots()
2348 pbe = start = &h->got_entries; in elf64_alpha_merge_gots()
2404 for (gotent = h->got_entries; gotent; gotent = gotent->next) in elf64_alpha_calc_got_offsets_for_symbol()
2568 for (gotent = h->got_entries; gotent ; gotent = gotent->next) in elf64_alpha_size_plt_section_1()
2779 for (gotent = h->got_entries; gotent ; gotent = gotent->next) in elf64_alpha_size_rela_got_1()
3600 for (lit_gotent = lit_h->got_entries; lit_gotent ; in elf64_alpha_relax_tls_get_addr()
3967 info.first_gotent = &h->got_entries; in elf64_alpha_relax_section()
4374 gotent = h->got_entries; in elf64_alpha_relocate_section()
4847 for (gotent = ah->got_entries; gotent ; gotent = gotent->next) in elf64_alpha_finish_dynamic_symbol()
4917 for (gotent = ((struct alpha_elf_link_hash_entry *) h)->got_entries; in elf64_alpha_finish_dynamic_symbol()