Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c193 bfd *got_list; member
2422 bfd *i, *got_list; in elf64_alpha_calc_got_offsets() local
2428 got_list = htab->got_list; in elf64_alpha_calc_got_offsets()
2432 for (i = got_list; i ; i = alpha_elf_tdata(i)->got_link_next) in elf64_alpha_calc_got_offsets()
2441 for (i = got_list; i ; i = alpha_elf_tdata(i)->got_link_next) in elf64_alpha_calc_got_offsets()
2474 bfd *i, *got_list, *cur_got_obj = NULL; in elf64_alpha_size_got_sections() local
2480 got_list = htab->got_list; in elf64_alpha_size_got_sections()
2484 if (got_list == NULL) in elf64_alpha_size_got_sections()
2509 if (got_list == NULL) in elf64_alpha_size_got_sections()
2510 got_list = this_got; in elf64_alpha_size_got_sections()
[all …]