HomeSort by: relevance | last modified time | path
    Searched defs:isympp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 87 static asymbol **isympp = NULL; /* Input symbols. */
1103 free (isympp);
1104 if (osympp != isympp)
1439 gsym = bfd_group_signature (sec, isympp);
2225 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, isympp);
2909 free (isympp);
2911 if (osympp != isympp)
2914 isympp = NULL;
2924 osympp = isympp = (asymbol **) xmalloc (symsize);
2925 symcount = bfd_canonicalize_symtab (ibfd, isympp);
86 static asymbol **isympp = NULL; \/* Input symbols. *\/ variable
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 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)
10501 asymbol **isympp; member in struct:cmdline_arg
10513 asymbol **isympp = arg->isympp; local
10587 asymbol **isympp = arg->isympp; local
10756 asymbol **isympp = NULL; local
10763 asymbol **isympp; member in struct:arg
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 88 static asymbol **isympp = NULL; /* Input symbols. */
1094 free (isympp);
1095 if (osympp != isympp)
1430 gsym = bfd_group_signature (sec, isympp);
2216 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, isympp);
2904 free (isympp);
2906 if (osympp != isympp)
2909 isympp = NULL;
2919 osympp = isympp = (asymbol **) xmalloc (symsize);
2920 symcount = bfd_canonicalize_symtab (ibfd, isympp);
87 static asymbol **isympp = NULL; \/* Input symbols. *\/ variable
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 10440 asymbol **isympp;
10452 asymbol **isympp = arg->isympp;
10491 asymbol *gsym = bfd_group_signature (isection, isympp);
10526 asymbol **isympp = arg->isympp;
10574 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
10683 asymbol **isympp = NULL;
10690 asymbol **isympp;
10746 isympp = (asymbol **) xmalloc (symsize)
10435 asymbol **isympp; member in struct:cmdline_arg
10447 asymbol **isympp = arg->isympp; local
10521 asymbol **isympp = arg->isympp; local
10678 asymbol **isympp = NULL; local
10685 asymbol **isympp; member in struct:arg
    [all...]

Completed in 40 milliseconds