HomeSort by relevance Sort by last modified time
    Searched refs:local_syms (Results 1 - 25 of 68) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc1x.h 169 Elf_Internal_Sym *local_syms, asection **local_sections);
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...]
elf32-moxie.c 181 LOCAL_SYMS is a pointer to the swapped in local symbols.
202 Elf_Internal_Sym *local_syms,
235 sym = local_syms + r_symndx;
elf32-xc16x.c 341 Elf_Internal_Sym *local_syms,
370 sym = local_syms + r_symndx;
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...]
elf32-d10v.c 394 Elf_Internal_Sym *local_syms,
431 sym = local_syms + r_symndx;
elf32-epiphany.c 451 LOCAL_SYMS is a pointer to the swapped in local symbols.
472 Elf_Internal_Sym *local_syms,
505 sym = local_syms + r_symndx;
elf32-fr30.c 483 LOCAL_SYMS is a pointer to the swapped in local symbols.
504 Elf_Internal_Sym *local_syms,
543 sym = local_syms + r_symndx;
elf32-mcore.c 371 LOCAL_SYMS is a pointer to the swapped in local symbols.
392 Elf_Internal_Sym * local_syms,
457 sym = local_syms + r_symndx;
elf32-mt.c 279 LOCAL_SYMS is a pointer to the swapped in local symbols.
301 Elf_Internal_Sym * local_syms,
336 sym = local_syms + r_symndx;
elf32-sh-symbian.c 431 Elf_Internal_Sym * local_syms,
601 contents, relocs, local_syms, local_sections);
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...]
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-iq2000.c 551 LOCAL_SYMS is a pointer to the swapped in local symbols.
572 Elf_Internal_Sym * local_syms,
613 sym = local_syms + r_symndx;
elf32-mep.c 430 LOCAL_SYMS is a pointer to the swapped in local symbols.
452 Elf_Internal_Sym * local_syms,
487 sym = local_syms + r_symndx;
elf32-xstormy16.c 751 LOCAL_SYMS is a pointer to the swapped in local symbols.
772 Elf_Internal_Sym * local_syms,
817 sym = local_syms + r_symndx;
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-xgate.c 638 Elf_Internal_Sym *local_syms ATTRIBUTE_UNUSED,
elf32-spu.c 1528 Elf_Internal_Sym *local_syms = NULL; local
    [all...]
elf-m10200.c 337 Elf_Internal_Sym *local_syms,
369 sym = local_syms + r_symndx;
    [all...]
elf32-cr16c.c 679 Elf_Internal_Sym *local_syms,
711 sym = local_syms + r_symndx;
elf32-crx.c 829 Elf_Internal_Sym *local_syms,
861 sym = local_syms + r_symndx;
    [all...]

Completed in 401 milliseconds

1 2 3