Searched refs:psyms (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c874 void *psyms; local
885 psyms = &local_syms;
887 psyms = &symtab_hdr->contents;
940 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, ibfd))
1906 void *psyms; local
1915 psyms = &symtab_hdr->contents;
1916 syms = *(Elf_Internal_Sym **) psyms;
1938 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner))
2128 Elf_Internal_Sym *syms, *sy, **psyms, **psy; local
2151 psyms
2240 Elf_Internal_Sym *syms, *sy, **psyms, **psy; local
[all...]
H A Dxcofflink.c191 _bfd_xcoff_canonicalize_dynamic_symtab (bfd *abfd, asymbol **psyms)
230 for (; elsym < elsymend; elsym += bfd_xcoff_ldsymsz(abfd), symbuf++, psyms++)
265 *psyms = (asymbol *) symbuf;
268 *psyms = NULL;
190 _bfd_xcoff_canonicalize_dynamic_symtab(bfd *abfd, asymbol **psyms) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c464 bfd_byte **psyms,
526 *psyms = info.symbols;
461 write_stabs_in_sections_debugging_info(bfd *abfd, void *dhandle, bfd_byte **psyms, bfd_size_type *psymsize, bfd_byte **pstrings, bfd_size_type *pstringsize) argument

Completed in 304 milliseconds