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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c2389 bfd *i, *got_list, *cur_got_obj = NULL;
2418 alpha_elf_tdata(cur_got_obj)->got_link_next = this_got;
2419 cur_got_obj = this_got;
2429 cur_got_obj = got_list;
2430 i = alpha_elf_tdata(cur_got_obj)->got_link_next;
2433 if (elf64_alpha_can_merge_gots (cur_got_obj, i))
2435 elf64_alpha_merge_gots (cur_got_obj, i);
2439 alpha_elf_tdata(cur_got_obj)->got_link_next = i;
2443 cur_got_obj = i;
2381 bfd *i, *got_list, *cur_got_obj = NULL; local

Completed in 70 milliseconds