Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c334 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()
Delf32-avr.c93 Elf_Internal_Sym ** all_local_syms; member
2983 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
2994 all_local_syms = bfd_zmalloc (amt); in get_local_syms()
2995 htab->all_local_syms = all_local_syms; in get_local_syms()
2996 if (all_local_syms == NULL) in get_local_syms()
3026 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
3052 if (htab->all_local_syms) in elf32_avr_size_stubs()
3092 local_syms = htab->all_local_syms[bfd_indx]; in elf32_avr_size_stubs()
3282 free (htab->all_local_syms); in elf32_avr_size_stubs()
3286 free (htab->all_local_syms); in elf32_avr_size_stubs()
Delf32-metag.c843 Elf_Internal_Sym **all_local_syms; member
3898 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
3906 all_local_syms = bfd_zmalloc (amt); in get_local_syms()
3907 htab->all_local_syms = all_local_syms; in get_local_syms()
3908 if (all_local_syms == NULL) in get_local_syms()
3936 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
3990 if (htab->all_local_syms) in elf_metag_size_stubs()
4022 local_syms = htab->all_local_syms[bfd_indx]; in elf_metag_size_stubs()
4222 free (htab->all_local_syms); in elf_metag_size_stubs()
4226 free (htab->all_local_syms); in elf_metag_size_stubs()
Delf32-nios2.c949 Elf_Internal_Sym **all_local_syms; member
1706 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
1713 all_local_syms = bfd_zmalloc (amt); in get_local_syms()
1714 htab->all_local_syms = all_local_syms; in get_local_syms()
1715 if (all_local_syms == NULL) in get_local_syms()
1743 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
1773 if (htab->all_local_syms) in nios2_elf32_size_stubs()
1797 local_syms = htab->all_local_syms[bfd_indx]; in nios2_elf32_size_stubs()
1993 free (htab->all_local_syms); in nios2_elf32_size_stubs()
1997 free (htab->all_local_syms); in nios2_elf32_size_stubs()
DChangeLog-02031319 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.
DChangeLog2648 bfd_count, top_index, input_list, all_local_syms.