Home
last modified time | relevance | path

Searched refs:pex (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
DMakefile.in144 pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
145 pex-unix.c pex-win32.c \
182 ./pex-common.$(objext) ./pex-one.$(objext) \
211 ./pex-djgpp.$(objext) ./pex-msdos.$(objext) \
212 ./pex-unix.$(objext) ./pex-win32.$(objext) \
1063 ./pex-common.$(objext): $(srcdir)/pex-common.c config.h $(INCDIR)/ansidecl.h \
1064 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
1066 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-common.c -o pic/$@; \
1069 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-common.c -o noasan/$@; \
1071 $(COMPILE.c) $(srcdir)/pex-common.c $(OUTPUT_OPTION)
[all …]
DChangeLog61 * pex-common.h (struct pex_funcs): Add new parameter for open_write field.
62 * pex-unix.c (pex_unix_open_write): Add support for new parameter.
63 * pex-djgpp.c (pex_djgpp_open_write): Likewise.
64 * pex-win32.c (pex_win32_open_write): Likewise.
65 * pex-common.c (pex_run_in_environment): Likewise.
105 * pex-win32.c (argv_to_cmdline): Don't quote
491 * pex-win32.c (pex_win32_exec_child): Only close original file
525 * pex-unix.c (to_ptr32): Fix style.
784 * pex-common.c (pex_free): Likewise.
785 * pex-msdos.c (pex_msdos_cleanup): Likewise.
[all …]
Dconfigure.ac687 *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;;
688 *-*-msdosdjgpp*) pexecute=pex-djgpp ;;
689 *-*-msdos*) pexecute=pex-msdos ;;
690 *) pexecute=pex-unix ;;
Dpexecute.txh195 like to write code that is portable to all systems the @code{pex}
Dconfigure6765 *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;;
6766 *-*-msdosdjgpp*) pexecute=pex-djgpp ;;
6767 *-*-msdos*) pexecute=pex-msdos ;;
6768 *) pexecute=pex-unix ;;
Dfunctions.texi919 like to write code that is portable to all systems the @code{pex}