Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-m68hc1x.c315 Elf_Internal_Sym *local_syms, **all_local_syms; in elf32_m68hc11_size_stubs() local
338 all_local_syms = (Elf_Internal_Sym **) bfd_zmalloc (amt); in elf32_m68hc11_size_stubs()
339 if (all_local_syms == NULL) in elf32_m68hc11_size_stubs()
366 free (all_local_syms); in elf32_m68hc11_size_stubs()
370 all_local_syms[bfd_indx] = local_syms; in elf32_m68hc11_size_stubs()
388 local_syms = all_local_syms[bfd_indx]; in elf32_m68hc11_size_stubs()
542 free (all_local_syms); in elf32_m68hc11_size_stubs()
546 free (all_local_syms); in elf32_m68hc11_size_stubs()
Delf32-hppa.c266 Elf_Internal_Sym **all_local_syms; member
2563 Elf_Internal_Sym *local_syms, **all_local_syms; in get_local_syms() local
2571 all_local_syms = bfd_zmalloc (amt); in get_local_syms()
2572 htab->all_local_syms = all_local_syms; in get_local_syms()
2573 if (all_local_syms == NULL) in get_local_syms()
2603 all_local_syms[bfd_indx] = local_syms; in get_local_syms()
2731 if (htab->all_local_syms) in elf32_hppa_size_stubs()
2763 local_syms = htab->all_local_syms[bfd_indx]; in elf32_hppa_size_stubs()
2955 free (htab->all_local_syms); in elf32_hppa_size_stubs()
2959 free (htab->all_local_syms); in elf32_hppa_size_stubs()