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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c2399 bfd *this_got = alpha_elf_tdata (i)->gotobj;
2400 if (this_got == NULL)
2404 BFD_ASSERT (this_got == i);
2406 if (alpha_elf_tdata (this_got)->total_got_size > MAX_GOT_SIZE)
2411 i, alpha_elf_tdata (this_got)->total_got_size);
2416 got_list = this_got;
2418 alpha_elf_tdata(cur_got_obj)->got_link_next = this_got;
2419 cur_got_obj = this_got;
2391 bfd *this_got = alpha_elf_tdata (i)->gotobj; local

Completed in 80 milliseconds