Home
last modified time | relevance | path

Searched refs:local_syms (Results 1 – 25 of 71) sorted by relevance

123

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c334 Elf_Internal_Sym *local_syms, **all_local_syms; in elf32_m68hc11_size_stubs() local
374 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_m68hc11_size_stubs()
375 if (local_syms == NULL) in elf32_m68hc11_size_stubs()
377 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_m68hc11_size_stubs()
381 symtab_hdr->contents = (unsigned char *) local_syms; in elf32_m68hc11_size_stubs()
383 if (local_syms == NULL) in elf32_m68hc11_size_stubs()
389 all_local_syms[bfd_indx] = local_syms; in elf32_m68hc11_size_stubs()
406 local_syms = all_local_syms[bfd_indx]; in elf32_m68hc11_size_stubs()
463 sym = local_syms + r_indx; in elf32_m68hc11_size_stubs()
913 Elf_Internal_Sym *local_syms, in elf32_m68hc11_relocate_section() argument
[all …]
Delf32-avr.c1318 Elf_Internal_Sym *local_syms, in elf32_avr_relocate_section() argument
1355 sym = local_syms + r_symndx; in elf32_avr_relocate_section()
2983 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
3014 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; in get_local_syms()
3015 if (local_syms == NULL) in get_local_syms()
3017 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in get_local_syms()
3021 symtab_hdr->contents = (unsigned char *) local_syms; in get_local_syms()
3023 if (local_syms == NULL) in get_local_syms()
3026 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
3085 Elf_Internal_Sym *local_syms; in elf32_avr_size_stubs() local
[all …]
Delf64-ppc.c7338 Elf_Internal_Sym **local_syms, in tocsave_find() argument
7350 if (!get_sym_h (&h, &sym, &ent.sec, NULL, local_syms, r_indx, ibfd)) in tocsave_find()
7439 Elf_Internal_Sym **local_syms, in dec_dynrel_count() argument
7500 if (local_syms != NULL) in dec_dynrel_count()
7506 if (!get_sym_h (&h, &sym, &sym_sec, NULL, local_syms, r_symndx, ibfd)) in dec_dynrel_count()
7559 if (local_syms == NULL) in dec_dynrel_count()
7613 Elf_Internal_Sym *local_syms; in ppc64_elf_edit_opd() local
7636 local_syms = NULL; in ppc64_elf_edit_opd()
7689 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms, in ppc64_elf_edit_opd()
7791 if (local_syms != NULL in ppc64_elf_edit_opd()
[all …]
Delf32-moxie.c199 Elf_Internal_Sym *local_syms, in moxie_elf_relocate_section() argument
232 sym = local_syms + r_symndx; in moxie_elf_relocate_section()
Delf32-xc16x.c341 Elf_Internal_Sym *local_syms, in elf32_xc16x_relocate_section() argument
370 sym = local_syms + r_symndx; in elf32_xc16x_relocate_section()
Dcoff-ppc.c807 int *local_syms; in ppc_record_toc_entry() local
819 local_syms = obj_coff_local_toc_table(abfd); in ppc_record_toc_entry()
821 if (local_syms == 0) in ppc_record_toc_entry()
828 local_syms = (int *) bfd_zalloc (abfd, amt); in ppc_record_toc_entry()
829 if (local_syms == 0) in ppc_record_toc_entry()
831 obj_coff_local_toc_table (abfd) = local_syms; in ppc_record_toc_entry()
835 SET_UNALLOCATED (local_syms[i]); in ppc_record_toc_entry()
839 if (IS_UNALLOCATED(local_syms[sym])) in ppc_record_toc_entry()
841 local_syms[sym] = global_toc_size; in ppc_record_toc_entry()
Delf64-hppa.c529 Elf_Internal_Sym *local_syms = NULL; in elf64_hppa_check_relocs() local
544 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; in elf64_hppa_check_relocs()
545 if (local_syms == NULL) in elf64_hppa_check_relocs()
546 local_syms = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elf64_hppa_check_relocs()
549 if (local_syms == NULL) in elf64_hppa_check_relocs()
555 isymend = local_syms + symtab_hdr->sh_info; in elf64_hppa_check_relocs()
556 for (isym = local_syms; isym < isymend; isym++) in elf64_hppa_check_relocs()
572 for (i = 0, isym = local_syms; isym < isymend; i++, isym++) in elf64_hppa_check_relocs()
579 if (local_syms != NULL in elf64_hppa_check_relocs()
580 && symtab_hdr->contents != (unsigned char *) local_syms) in elf64_hppa_check_relocs()
[all …]
Delf32-metag.c1484 Elf_Internal_Sym *local_syms, in elf_metag_relocate_section() argument
1532 sym = local_syms + r_symndx; in elf_metag_relocate_section()
3898 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
3924 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; in get_local_syms()
3925 if (local_syms == NULL) in get_local_syms()
3927 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in get_local_syms()
3931 symtab_hdr->contents = (unsigned char *) local_syms; in get_local_syms()
3933 if (local_syms == NULL) in get_local_syms()
3936 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
4015 Elf_Internal_Sym *local_syms; in elf_metag_size_stubs() local
[all …]
Delf32-m68hc1x.h169 Elf_Internal_Sym *local_syms, asection **local_sections);
Delf32-d10v.c394 Elf_Internal_Sym *local_syms, in elf32_d10v_relocate_section() argument
431 sym = local_syms + r_symndx; in elf32_d10v_relocate_section()
Delf32-mcore.c388 Elf_Internal_Sym * local_syms, in mcore_elf_relocate_section() argument
453 sym = local_syms + r_symndx; in mcore_elf_relocate_section()
Delf32-mt.c300 Elf_Internal_Sym * local_syms, in mt_elf_relocate_section() argument
335 sym = local_syms + r_symndx; in mt_elf_relocate_section()
Delf32-sh-symbian.c431 Elf_Internal_Sym * local_syms, in sh_symbian_relocate_section() argument
601 contents, relocs, local_syms, local_sections); in sh_symbian_relocate_section()
Delf32-fr30.c499 Elf_Internal_Sym *local_syms, in fr30_elf_relocate_section() argument
538 sym = local_syms + r_symndx; in fr30_elf_relocate_section()
Delf32-epiphany.c472 Elf_Internal_Sym *local_syms, in epiphany_elf_relocate_section() argument
505 sym = local_syms + r_symndx; in epiphany_elf_relocate_section()
Delf32-nios2.c1706 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
1731 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents; in get_local_syms()
1732 if (local_syms == NULL) in get_local_syms()
1734 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in get_local_syms()
1738 symtab_hdr->contents = (unsigned char *) local_syms; in get_local_syms()
1740 if (local_syms == NULL) in get_local_syms()
1743 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
1790 Elf_Internal_Sym *local_syms; in nios2_elf32_size_stubs() local
1797 local_syms = htab->all_local_syms[bfd_indx]; in nios2_elf32_size_stubs()
1869 sym = local_syms + r_indx; in nios2_elf32_size_stubs()
[all …]
Delf32-iq2000.c567 Elf_Internal_Sym * local_syms, in iq2000_elf_relocate_section() argument
608 sym = local_syms + r_symndx; in iq2000_elf_relocate_section()
Delf32-mep.c447 Elf_Internal_Sym * local_syms, in mep_elf_relocate_section() argument
482 sym = local_syms + r_symndx; in mep_elf_relocate_section()
Delf32-xstormy16.c769 Elf_Internal_Sym * local_syms, in xstormy16_elf_relocate_section() argument
814 sym = local_syms + r_symndx; in xstormy16_elf_relocate_section()
Delf32-cr16c.c679 Elf_Internal_Sym *local_syms, in elf32_cr16c_relocate_section() argument
711 sym = local_syms + r_symndx; in elf32_cr16c_relocate_section()
Delf32-i860.c1078 Elf_Internal_Sym *local_syms, in elf32_i860_relocate_section() argument
1112 sym = local_syms + r_symndx; in elf32_i860_relocate_section()
Delf32-spu.c1528 Elf_Internal_Sym *local_syms = NULL; in process_stubs() local
1579 if (local_syms != NULL in process_stubs()
1581 != (unsigned char *) local_syms)) in process_stubs()
1582 free (local_syms); in process_stubs()
1587 if (!get_sym_h (&h, &sym, &sym_sec, &local_syms, r_indx, ibfd)) in process_stubs()
1631 if (local_syms != NULL in process_stubs()
1632 && symtab_hdr->contents != (unsigned char *) local_syms) in process_stubs()
1635 free (local_syms); in process_stubs()
1637 symtab_hdr->contents = (unsigned char *) local_syms; in process_stubs()
4805 Elf_Internal_Sym *local_syms, in spu_elf_relocate_section() argument
[all …]
Delf32-crx.c829 Elf_Internal_Sym *local_syms, in elf32_crx_relocate_section() argument
861 sym = local_syms + r_symndx; in elf32_crx_relocate_section()
Delf32-i370.c1029 Elf_Internal_Sym *local_syms, in i370_elf_relocate_section() argument
1083 sym = local_syms + r_symndx; in i370_elf_relocate_section()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsolaris2.em122 static const char *local_syms[] = {
132 for (sym = local_syms; *sym != NULL; sym++)

123