Searched refs:plt_list (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf64-ppc.c | 4822 struct plt_entry **ifunc, **plt_list; in ppc64_elf_check_relocs() local 5037 plt_list = ifunc; in ppc64_elf_check_relocs() 5045 plt_list = &h->plt.plist; in ppc64_elf_check_relocs() 5047 if (plt_list == NULL) in ppc64_elf_check_relocs() 5048 plt_list = update_local_sym_info (abfd, symtab_hdr, r_symndx, in ppc64_elf_check_relocs() 5051 if (!update_plt_info (abfd, plt_list, rel->r_addend)) in ppc64_elf_check_relocs() 5184 plt_list = ifunc; in ppc64_elf_check_relocs() 5205 plt_list = &h->plt.plist; in ppc64_elf_check_relocs() 5210 if (plt_list in ppc64_elf_check_relocs() 5211 && !update_plt_info (abfd, plt_list, rel->r_addend)) in ppc64_elf_check_relocs() [all …]
|
| D | elf32-ppc.c | 7065 struct plt_entry **ifunc, **plt_list; in ppc_elf_relocate_section() local 8439 plt_list = NULL; in ppc_elf_relocate_section() 8441 plt_list = &h->plt.plist; in ppc_elf_relocate_section() 8443 plt_list = ifunc; in ppc_elf_relocate_section() 8449 plt_list = local_plt + r_symndx; in ppc_elf_relocate_section() 8452 if (plt_list != NULL) in ppc_elf_relocate_section() 8456 ent = find_plt_ent (plt_list, got2, in ppc_elf_relocate_section()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf64-ppc.c | 4822 struct plt_entry **ifunc, **plt_list; in ppc64_elf_check_relocs() local 5037 plt_list = ifunc; in ppc64_elf_check_relocs() 5045 plt_list = &h->plt.plist; in ppc64_elf_check_relocs() 5047 if (plt_list == NULL) in ppc64_elf_check_relocs() 5048 plt_list = update_local_sym_info (abfd, symtab_hdr, r_symndx, in ppc64_elf_check_relocs() 5051 if (!update_plt_info (abfd, plt_list, rel->r_addend)) in ppc64_elf_check_relocs() 5184 plt_list = ifunc; in ppc64_elf_check_relocs() 5205 plt_list = &h->plt.plist; in ppc64_elf_check_relocs() 5210 if (plt_list in ppc64_elf_check_relocs() 5211 && !update_plt_info (abfd, plt_list, rel->r_addend)) in ppc64_elf_check_relocs() [all …]
|
| D | elf32-ppc.c | 7064 struct plt_entry **ifunc, **plt_list; in ppc_elf_relocate_section() local 8438 plt_list = NULL; in ppc_elf_relocate_section() 8440 plt_list = &h->plt.plist; in ppc_elf_relocate_section() 8442 plt_list = ifunc; in ppc_elf_relocate_section() 8448 plt_list = local_plt + r_symndx; in ppc_elf_relocate_section() 8451 if (plt_list != NULL) in ppc_elf_relocate_section() 8455 ent = find_plt_ent (plt_list, got2, in ppc_elf_relocate_section()
|