HomeSort by relevance Sort by last modified time
    Searched full:avhere (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
pex-win32.c 691 const char **avhere; local
703 avhere = XNEWVEC (const char *, new_argc + 1);
704 *avhere = executable1;
705 memcpy (avhere + 1, argv, new_argc * sizeof(*argv));
706 argv = (char *const *)avhere;
725 *avhere = newex;
735 *avhere = newex;
743 free (avhere);

Completed in 75 milliseconds