Searched refs:cur_got_obj (Results 1 – 1 of 1) sorted by relevance
2474 bfd *i, *got_list, *cur_got_obj = NULL; in elf64_alpha_size_got_sections() local2512 alpha_elf_tdata(cur_got_obj)->got_link_next = this_got; in elf64_alpha_size_got_sections()2513 cur_got_obj = this_got; in elf64_alpha_size_got_sections()2523 cur_got_obj = got_list; in elf64_alpha_size_got_sections()2524 if (cur_got_obj == NULL) in elf64_alpha_size_got_sections()2529 i = alpha_elf_tdata(cur_got_obj)->got_link_next; in elf64_alpha_size_got_sections()2532 if (elf64_alpha_can_merge_gots (cur_got_obj, i)) in elf64_alpha_size_got_sections()2534 elf64_alpha_merge_gots (cur_got_obj, i); in elf64_alpha_size_got_sections()2538 alpha_elf_tdata(cur_got_obj)->got_link_next = i; in elf64_alpha_size_got_sections()2542 cur_got_obj = i; in elf64_alpha_size_got_sections()