HomeSort by relevance Sort by last modified time
    Searched defs:local_syms (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc1x.c 334 Elf_Internal_Sym *local_syms, **all_local_syms; local
374 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents;
375 if (local_syms == NULL)
377 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
381 symtab_hdr->contents = (unsigned char *) local_syms;
383 if (local_syms == NULL)
389 all_local_syms[bfd_indx] = local_syms;
406 local_syms = all_local_syms[bfd_indx];
463 sym = local_syms + r_indx;
913 Elf_Internal_Sym *local_syms,
    [all...]
coff-ppc.c 811 int *local_syms;
823 local_syms = obj_coff_local_toc_table(abfd);
825 if (local_syms == 0)
832 local_syms = (int *) bfd_zalloc (abfd, amt);
833 if (local_syms == 0)
835 obj_coff_local_toc_table (abfd) = local_syms;
839 SET_UNALLOCATED (local_syms[i]);
843 if (IS_UNALLOCATED(local_syms[sym]))
845 local_syms[sym] = global_toc_size;
807 int *local_syms; local
    [all...]
elf32-avr.c 2983 Elf_Internal_Sym *local_syms, **all_local_syms; local
3085 Elf_Internal_Sym *local_syms; local
    [all...]
elf64-hppa.c 530 Elf_Internal_Sym *local_syms = NULL;
545 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents;
546 if (local_syms == NULL)
547 local_syms = bfd_elf_get_elf_syms (abfd, symtab_hdr,
550 if (local_syms == NULL)
556 isymend = local_syms + symtab_hdr->sh_info;
557 for (isym = local_syms; isym < isymend; isym++)
573 for (i = 0, isym = local_syms; isym < isymend; i++, isym++)
580 if (local_syms != NULL
581 && symtab_hdr->contents != (unsigned char *) local_syms)
529 Elf_Internal_Sym *local_syms = NULL; local
    [all...]
elf32-hppa.c 2680 Elf_Internal_Sym *local_syms, **all_local_syms; local
2879 Elf_Internal_Sym *local_syms; local
    [all...]
elf32-metag.c 3898 Elf_Internal_Sym *local_syms, **all_local_syms; local
4015 Elf_Internal_Sym *local_syms; local
    [all...]
elf32-nios2.c 1706 Elf_Internal_Sym *local_syms, **all_local_syms; local
1790 Elf_Internal_Sym *local_syms; local
    [all...]
elf32-spu.c 1528 Elf_Internal_Sym *local_syms = NULL; local
    [all...]
elfnn-aarch64.c 3495 Elf_Internal_Sym *local_syms = NULL; local
    [all...]
elf32-arm.c 5061 Elf_Internal_Sym *local_syms = NULL; local
    [all...]
elf64-ppc.c 7613 Elf_Internal_Sym *local_syms; local
8659 Elf_Internal_Sym *local_syms; local
11508 Elf_Internal_Sym *local_syms; local
12019 Elf_Internal_Sym *local_syms = NULL; local
    [all...]

Completed in 173 milliseconds