Lines Matching defs:isympp
10506 asymbol **isympp;
10518 asymbol **isympp = arg->isympp;
10557 asymbol *gsym = bfd_group_signature (isection, isympp);
10592 asymbol **isympp = arg->isympp;
10646 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
10761 asymbol **isympp = NULL;
10768 asymbol **isympp;
10827 isympp = (asymbol **) xmalloc (symsize);
10828 symcount = bfd_canonicalize_symtab (ibfd, isympp);
10836 arg.isympp = isympp;
10883 from = isympp;
10896 bfd_set_symtab (obfd, isympp, symcount);
10936 free (isympp);
10959 free (isympp);