/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-m68hc1x.c | 316 Elf_Internal_Sym *local_syms, **all_local_syms; in elf32_m68hc11_size_stubs() local 357 if (local_syms == NULL) in elf32_m68hc11_size_stubs() 363 symtab_hdr->contents = (unsigned char *) local_syms; in elf32_m68hc11_size_stubs() 365 if (local_syms == NULL) in elf32_m68hc11_size_stubs() 371 all_local_syms[bfd_indx] = local_syms; in elf32_m68hc11_size_stubs() 379 Elf_Internal_Sym *local_syms; in elf32_m68hc11_size_stubs() local 389 local_syms = all_local_syms[bfd_indx]; in elf32_m68hc11_size_stubs() 446 sym = local_syms + r_indx; in elf32_m68hc11_size_stubs() 940 sym = local_syms + r_symndx; in m68hc11_get_relocation_value() 1048 sym = local_syms + r_symndx; in elf32_m68hc11_relocate_section() [all …]
|
H A D | elf32-d10v.c | 425 contents, relocs, local_syms, local_sections) in elf32_d10v_relocate_section() argument 432 Elf_Internal_Sym *local_syms; 477 sym = local_syms + r_symndx; 498 sym = local_syms + r_symndx;
|
H A D | elf32-openrisc.c | 323 contents, relocs, local_syms, local_sections) in openrisc_elf_relocate_section() argument 330 Elf_Internal_Sym *local_syms; 376 sym = local_syms + r_symndx;
|
H A D | elf64-hppa.c | 628 Elf_Internal_Sym *local_syms = NULL; local 643 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; 644 if (local_syms == NULL) 645 local_syms = bfd_elf_get_elf_syms (abfd, symtab_hdr, 648 if (local_syms == NULL) 654 isymend = local_syms + symtab_hdr->sh_info; 655 for (isym = local_syms; isym < isymend; isym++) 677 if (local_syms != NULL 678 && symtab_hdr->contents != (unsigned char *) local_syms) 681 free (local_syms); [all …]
|
H A D | elf32-msp430.c | 408 contents, relocs, local_syms, local_sections) in elf32_msp430_relocate_section() argument 415 Elf_Internal_Sym *local_syms; 450 sym = local_syms + r_symndx;
|
H A D | elf32-mcore.c | 392 contents, relocs, local_syms, local_sections) in mcore_elf_relocate_section() argument 399 Elf_Internal_Sym * local_syms; 468 sym = local_syms + r_symndx;
|
H A D | elf32-fr30.c | 504 contents, relocs, local_syms, local_sections) in fr30_elf_relocate_section() argument 511 Elf_Internal_Sym *local_syms; 553 sym = local_syms + r_symndx;
|
H A D | coff-ppc.c | 895 int *local_syms; local 907 local_syms = obj_coff_local_toc_table(abfd); 909 if (local_syms == 0) 916 local_syms = (int *) bfd_zalloc (abfd, amt); 917 if (local_syms == 0) 919 obj_coff_local_toc_table (abfd) = local_syms; 923 SET_UNALLOCATED (local_syms[i]); 927 if (IS_UNALLOCATED(local_syms[sym])) 929 local_syms[sym] = global_toc_size;
|
H A D | elf32-iq2000.c | 556 contents, relocs, local_syms, local_sections) in iq2000_elf_relocate_section() argument 563 Elf_Internal_Sym * local_syms; 603 sym = local_syms + r_symndx;
|
H A D | elf32-m68hc1x.h | 177 Elf_Internal_Sym *local_syms, asection **local_sections);
|
H A D | elf32-hppa.c | 2469 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local 2498 if (local_syms == NULL) in get_local_syms() 2500 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in get_local_syms() 2504 symtab_hdr->contents = (unsigned char *) local_syms; in get_local_syms() 2506 if (local_syms == NULL) in get_local_syms() 2509 all_local_syms[bfd_indx] = local_syms; in get_local_syms() 2663 Elf_Internal_Sym *local_syms; in elf32_hppa_size_stubs() local 2670 local_syms = htab->all_local_syms[bfd_indx]; in elf32_hppa_size_stubs() 2743 sym = local_syms + r_indx; in elf32_hppa_size_stubs() 3362 Elf_Internal_Sym *local_syms, in elf32_hppa_relocate_section() argument [all …]
|
H A D | elf64-ppc.c | 4962 Elf_Internal_Sym *local_syms; in ppc64_elf_edit_opd() local 4991 local_syms = NULL; in ppc64_elf_edit_opd() 5101 if (local_syms != NULL in ppc64_elf_edit_opd() 5103 free (local_syms); in ppc64_elf_edit_opd() 5237 if (local_syms != NULL in ppc64_elf_edit_opd() 5241 free (local_syms); in ppc64_elf_edit_opd() 7055 if (local_syms != NULL in ppc64_elf_size_stubs() 7058 free (local_syms); in ppc64_elf_size_stubs() 7075 if (local_syms != NULL in ppc64_elf_size_stubs() 7079 free (local_syms); in ppc64_elf_size_stubs() [all …]
|
H A D | elf32-avr.c | 708 contents, relocs, local_syms, local_sections) in elf32_avr_relocate_section() argument 715 Elf_Internal_Sym *local_syms; 752 sym = local_syms + r_symndx;
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-m68hc1x.c | 317 Elf_Internal_Sym *local_syms, **all_local_syms; in elf32_m68hc11_size_stubs() local 358 if (local_syms == NULL) in elf32_m68hc11_size_stubs() 364 symtab_hdr->contents = (unsigned char *) local_syms; in elf32_m68hc11_size_stubs() 366 if (local_syms == NULL) in elf32_m68hc11_size_stubs() 372 all_local_syms[bfd_indx] = local_syms; in elf32_m68hc11_size_stubs() 380 Elf_Internal_Sym *local_syms; in elf32_m68hc11_size_stubs() local 390 local_syms = all_local_syms[bfd_indx]; in elf32_m68hc11_size_stubs() 447 sym = local_syms + r_indx; in elf32_m68hc11_size_stubs() 946 sym = local_syms + r_symndx; in m68hc11_get_relocation_value() 1054 sym = local_syms + r_symndx; in elf32_m68hc11_relocate_section() [all …]
|
H A D | elf32-d10v.c | 404 Elf_Internal_Sym *local_syms, in elf32_d10v_relocate_section() argument 449 sym = local_syms + r_symndx; in elf32_d10v_relocate_section() 470 sym = local_syms + r_symndx; in elf32_d10v_relocate_section()
|
H A D | elf64-ppc.c | 6371 local_syms = NULL; in ppc64_elf_edit_opd() 6519 free (local_syms); in ppc64_elf_edit_opd() 6678 free (local_syms); in ppc64_elf_edit_opd() 7186 local_syms = NULL; in ppc64_elf_edit_toc() 7277 free (local_syms); in ppc64_elf_edit_toc() 7551 free (local_syms); in ppc64_elf_edit_toc() 8758 local_syms = NULL; in toc_adjusting_stub_needed() 8916 if (local_syms != NULL in toc_adjusting_stub_needed() 8919 free (local_syms); in toc_adjusting_stub_needed() 9346 free (local_syms); in ppc64_elf_size_stubs() [all …]
|
H A D | elf64-hppa.c | 632 Elf_Internal_Sym *local_syms = NULL; local 647 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; 648 if (local_syms == NULL) 649 local_syms = bfd_elf_get_elf_syms (abfd, symtab_hdr, 652 if (local_syms == NULL) 658 isymend = local_syms + symtab_hdr->sh_info; 659 for (isym = local_syms; isym < isymend; isym++) 681 if (local_syms != NULL 682 && symtab_hdr->contents != (unsigned char *) local_syms) 685 free (local_syms); [all …]
|
H A D | elf32-xc16x.c | 324 Elf_Internal_Sym *local_syms, in elf32_xc16x_relocate_section() argument 357 sym = local_syms + r_symndx; in elf32_xc16x_relocate_section()
|
H A D | coff-ppc.c | 873 int *local_syms; local 885 local_syms = obj_coff_local_toc_table(abfd); 887 if (local_syms == 0) 894 local_syms = (int *) bfd_zalloc (abfd, amt); 895 if (local_syms == 0) 897 obj_coff_local_toc_table (abfd) = local_syms; 901 SET_UNALLOCATED (local_syms[i]); 905 if (IS_UNALLOCATED(local_syms[sym])) 907 local_syms[sym] = global_toc_size;
|
H A D | elf32-fr30.c | 504 contents, relocs, local_syms, local_sections) in fr30_elf_relocate_section() argument 511 Elf_Internal_Sym *local_syms; 553 sym = local_syms + r_symndx;
|
H A D | elf32-openrisc.c | 298 Elf_Internal_Sym *local_syms, in openrisc_elf_relocate_section() argument 344 sym = local_syms + r_symndx; in openrisc_elf_relocate_section()
|
H A D | elf32-m68hc1x.h | 177 Elf_Internal_Sym *local_syms, asection **local_sections);
|
H A D | elf32-mcore.c | 372 Elf_Internal_Sym * local_syms, in mcore_elf_relocate_section() argument 440 sym = local_syms + r_symndx; in mcore_elf_relocate_section()
|
H A D | elf32-mt.c | 284 Elf_Internal_Sym * local_syms, in mt_elf_relocate_section() argument 320 sym = local_syms + r_symndx; in mt_elf_relocate_section()
|
H A D | elf32-hppa.c | 2595 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local 2624 if (local_syms == NULL) in get_local_syms() 2626 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in get_local_syms() 2630 symtab_hdr->contents = (unsigned char *) local_syms; in get_local_syms() 2632 if (local_syms == NULL) in get_local_syms() 2635 all_local_syms[bfd_indx] = local_syms; in get_local_syms() 2788 Elf_Internal_Sym *local_syms; in elf32_hppa_size_stubs() local 2795 local_syms = htab->all_local_syms[bfd_indx]; in elf32_hppa_size_stubs() 2868 sym = local_syms + r_indx; in elf32_hppa_size_stubs() 3478 Elf_Internal_Sym *local_syms, in elf32_hppa_relocate_section() argument [all …]
|