Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c2488 bfd *this_got; in elf64_alpha_size_got_sections() local
2493 this_got = alpha_elf_tdata (i)->gotobj; in elf64_alpha_size_got_sections()
2494 if (this_got == NULL) in elf64_alpha_size_got_sections()
2498 BFD_ASSERT (this_got == i); in elf64_alpha_size_got_sections()
2500 if (alpha_elf_tdata (this_got)->total_got_size > MAX_GOT_SIZE) in elf64_alpha_size_got_sections()
2505 i, alpha_elf_tdata (this_got)->total_got_size); in elf64_alpha_size_got_sections()
2510 got_list = this_got; in elf64_alpha_size_got_sections()
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()