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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c2379 bfd *this_got = alpha_elf_tdata (i)->gotobj;
2380 if (this_got == NULL)
2384 BFD_ASSERT (this_got == i);
2386 if (alpha_elf_tdata (this_got)->total_got_size > MAX_GOT_SIZE)
2391 i, alpha_elf_tdata (this_got)->total_got_size);
2396 got_list = this_got;
2398 alpha_elf_tdata(cur_got_obj)->got_link_next = this_got;
2399 cur_got_obj = this_got;
2371 bfd *this_got = alpha_elf_tdata (i)->gotobj; local

Completed in 80 milliseconds