HomeSort by relevance Sort by last modified time
    Searched refs:pex_init_common (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
pex-common.h 150 extern struct pex_obj *pex_init_common (int, const char *, const char *,
pex-djgpp.c 77 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 92 ret = pex_init_common (flags, pname, tempbase, funcs);
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase, function
427 pipes clear this flag before calling pex_init_common. */
pex-unix.c 337 return pex_init_common (flags, pname, tempbase, &funcs);
pex-win32.c 113 return pex_init_common (flags, pname, tempbase, &funcs);

Completed in 304 milliseconds