Searched refs:locsyms (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c4030 Elf_Internal_Sym *locsyms = NULL;
4159 if (locsyms == NULL)
4161 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
4162 if (locsyms == NULL)
4163 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
4166 if (locsyms == NULL)
4173 sym = locsyms + r_symndx;
4195 if (locsyms != NULL
4196 && (symtab_hdr->contents != (unsigned char *) locsyms))
4199 free (locsyms);
4020 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delf32-spu.c432 Elf_Internal_Sym *locsyms = *locsymsp; local
434 if (locsyms == NULL)
436 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
437 if (locsyms == NULL)
446 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr, symcount, 0,
449 if (locsyms == NULL)
451 *locsymsp = locsyms;
453 sym = locsyms + r_symndx;
H A Delf64-ppc.c6038 Elf_Internal_Sym *locsyms = *locsymsp;
6040 if (locsyms == NULL)
6042 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
6043 if (locsyms == NULL)
6044 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
6047 if (locsyms == NULL)
6049 *locsymsp = locsyms;
6051 sym = locsyms + r_symndx;
6796 Elf_Internal_Sym *locsyms = NULL;
6835 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
6034 Elf_Internal_Sym *locsyms = *locsymsp; local
6792 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delf-eh-frame.c691 || ELF_ST_BIND (cookie->locsyms[r_symndx]
712 sym = &cookie->locsyms[r_symndx];
H A Delflink.c11194 || ELF_ST_BIND (rcookie->locsyms[r_symndx].st_info) != STB_LOCAL)
11220 isym = &rcookie->locsyms[r_symndx];
11305 cookie.locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
11306 if (cookie.locsyms == NULL && cookie.locsymcount != 0)
11308 cookie.locsyms = bfd_elf_get_elf_syms (abfd, symtab_hdr,
11311 if (cookie.locsyms == NULL)
11366 if (cookie.locsyms != NULL
11367 && symtab_hdr->contents != (unsigned char *) cookie.locsyms)
11370 free (cookie.locsyms);
11372 symtab_hdr->contents = (unsigned char *) cookie.locsyms;
[all...]
H A Delf-bfd.h504 Elf_Internal_Sym *locsyms;
502 Elf_Internal_Sym *locsyms; member in struct:elf_reloc_cookie

Completed in 288 milliseconds