Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c2474 bfd *i, *got_list, *cur_got_obj = NULL; in elf64_alpha_size_got_sections() local
2512 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()