Home | History | Annotate | Download | only in bfd

Lines Matching refs:local_syms

334   Elf_Internal_Sym *local_syms, **all_local_syms;
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,
975 sym = local_syms + r_symndx;