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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c4152 Elf_Internal_Sym *locsyms = NULL;
4281 if (locsyms == NULL)
4283 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
4284 if (locsyms == NULL)
4285 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
4288 if (locsyms == NULL)
4295 sym = locsyms + r_symndx;
4328 if (locsyms != NULL
4329 && (symtab_hdr->contents != (unsigned char *) locsyms))
4332 free (locsyms);
4142 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.c6136 Elf_Internal_Sym *locsyms = *locsymsp;
6138 if (locsyms == NULL)
6140 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
6141 if (locsyms == NULL)
6142 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
6145 if (locsyms == NULL)
6147 *locsymsp = locsyms;
6149 sym = locsyms + r_symndx;
6913 Elf_Internal_Sym *locsyms = NULL;
6951 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
6132 Elf_Internal_Sym *locsyms = *locsymsp; local
6909 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.c11223 || ELF_ST_BIND (rcookie->locsyms[r_symndx].st_info) != STB_LOCAL)
11249 isym = &rcookie->locsyms[r_symndx];
11334 cookie.locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
11335 if (cookie.locsyms == NULL && cookie.locsymcount != 0)
11337 cookie.locsyms = bfd_elf_get_elf_syms (abfd, symtab_hdr,
11340 if (cookie.locsyms == NULL)
11395 if (cookie.locsyms != NULL
11396 && symtab_hdr->contents != (unsigned char *) cookie.locsyms)
11399 free (cookie.locsyms);
11401 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 128 milliseconds