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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c2368 bfd *i, *got_list, *cur_got_obj = NULL;
2398 alpha_elf_tdata(cur_got_obj)->got_link_next = this_got;
2399 cur_got_obj = this_got;
2412 cur_got_obj = got_list;
2413 i = alpha_elf_tdata(cur_got_obj)->got_link_next;
2416 if (elf64_alpha_can_merge_gots (cur_got_obj, i))
2418 elf64_alpha_merge_gots (cur_got_obj, i);
2422 alpha_elf_tdata(cur_got_obj)->got_link_next = i;
2428 cur_got_obj = i;
2360 bfd *i, *got_list, *cur_got_obj = NULL; local

Completed in 71 milliseconds