Searched refs:all_local_syms (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-m68hc1x.c | 334 Elf_Internal_Sym *local_syms, **all_local_syms; in elf32_m68hc11_size_stubs() local 357 all_local_syms = (Elf_Internal_Sym **) bfd_zmalloc (amt); in elf32_m68hc11_size_stubs() 358 if (all_local_syms == NULL) in elf32_m68hc11_size_stubs() 385 free (all_local_syms); 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() 565 free (all_local_syms); in elf32_m68hc11_size_stubs() 569 free (all_local_syms); in elf32_m68hc11_size_stubs()
|
D | elf32-metag.c | 843 Elf_Internal_Sym **all_local_syms; member 3901 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local 3909 all_local_syms = bfd_zmalloc (amt); in get_local_syms() 3910 htab->all_local_syms = all_local_syms; in get_local_syms() 3911 if (all_local_syms == NULL) in get_local_syms() 3939 all_local_syms[bfd_indx] = local_syms; in get_local_syms() 3993 if (htab->all_local_syms) in elf_metag_size_stubs() 4025 local_syms = htab->all_local_syms[bfd_indx]; in elf_metag_size_stubs() 4225 free (htab->all_local_syms); in elf_metag_size_stubs() 4229 free (htab->all_local_syms); in elf_metag_size_stubs()
|
D | elf32-avr.c | 94 Elf_Internal_Sym ** all_local_syms; member 3481 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local 3492 all_local_syms = bfd_zmalloc (amt); in get_local_syms() 3493 htab->all_local_syms = all_local_syms; in get_local_syms() 3494 if (all_local_syms == NULL) in get_local_syms() 3524 all_local_syms[bfd_indx] = local_syms; in get_local_syms() 3550 if (htab->all_local_syms) in elf32_avr_size_stubs() 3590 local_syms = htab->all_local_syms[bfd_indx]; in elf32_avr_size_stubs() 3780 free (htab->all_local_syms); in elf32_avr_size_stubs() 3784 free (htab->all_local_syms); in elf32_avr_size_stubs()
|
D | elf32-hppa.c | 275 Elf_Internal_Sym **all_local_syms; member 2687 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local 2698 all_local_syms = bfd_zmalloc (amt); in get_local_syms() 2699 htab->all_local_syms = all_local_syms; in get_local_syms() 2700 if (all_local_syms == NULL) in get_local_syms() 2730 all_local_syms[bfd_indx] = local_syms; in get_local_syms() 2861 if (htab->all_local_syms) in elf32_hppa_size_stubs() 2893 local_syms = htab->all_local_syms[bfd_indx]; in elf32_hppa_size_stubs() 3091 free (htab->all_local_syms); in elf32_hppa_size_stubs() 3095 free (htab->all_local_syms); in elf32_hppa_size_stubs()
|
D | elf32-nios2.c | 1820 Elf_Internal_Sym **all_local_syms; member 2577 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local 2584 all_local_syms = bfd_zmalloc (amt); in get_local_syms() 2585 htab->all_local_syms = all_local_syms; in get_local_syms() 2586 if (all_local_syms == NULL) in get_local_syms() 2614 all_local_syms[bfd_indx] = local_syms; in get_local_syms() 2644 if (htab->all_local_syms) in nios2_elf32_size_stubs() 2668 local_syms = htab->all_local_syms[bfd_indx]; in nios2_elf32_size_stubs() 2864 free (htab->all_local_syms); in nios2_elf32_size_stubs() 2868 free (htab->all_local_syms); in nios2_elf32_size_stubs()
|
D | ChangeLog-0203 | 1319 all_local_syms member. 7702 all_local_syms. 7822 (ppc64_elf_link_hash_table_create): Init all_local_syms. 9174 bfd_count top_index, input_list, all_local_syms.
|
D | ChangeLog-2014 | 3208 bfd_count, top_index, input_list, all_local_syms.
|