Home | History | Annotate | Download | only in bfd

Lines Matching refs:local_syms

1319 			    Elf_Internal_Sym *local_syms,
1356 sym = local_syms + r_symndx;
2984 Elf_Internal_Sym *local_syms, **all_local_syms;
3015 local_syms = (Elf_Internal_Sym *) symtab_hdr->contents;
3016 if (local_syms == NULL)
3018 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
3022 symtab_hdr->contents = (unsigned char *) local_syms;
3024 if (local_syms == NULL)
3027 all_local_syms[bfd_indx] = local_syms;
3086 Elf_Internal_Sym *local_syms;
3093 local_syms = htab->all_local_syms[bfd_indx];
3157 sym = local_syms + r_indx;