Searched refs:xatexit (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dxatexit.c11 @deftypefun int xatexit (void (*@var{fn}) (void))
15 failure. If you use @code{xatexit} to register functions, you must use
23 If you use xatexit, you must call xexit instead of exit. */
50 struct xatexit { struct
51 struct xatexit *next; /* next in list */
58 static struct xatexit xatexit_first;
61 static struct xatexit *xatexit_head = &xatexit_first;
67 xatexit (void (*fn) (void)) function
69 register struct xatexit *p;
78 if ((p = (struct xatexit *) mallo
[all...]
H A Dmakefile.vms14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
H A DMakefile.in163 xasprintf.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c \
196 ./xasprintf.$(objext) ./xatexit.$(objext) ./xexit.$(objext) \
1644 ./xatexit.$(objext): $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
1647 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1650 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xatexit.c -o noasan/$@; \
1652 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/libiberty/
H A Dxatexit.c11 @deftypefun int xatexit (void (*@var{fn}) (void))
15 failure. If you use @code{xatexit} to register functions, you must use
23 If you use xatexit, you must call xexit instead of exit. */
50 struct xatexit { struct
51 struct xatexit *next; /* next in list */
58 static struct xatexit xatexit_first;
61 static struct xatexit *xatexit_head = &xatexit_first;
67 xatexit (void (*fn) (void)) function
69 register struct xatexit *p;
78 if ((p = (struct xatexit *) mallo
[all...]
H A Dmakefile.vms14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
H A DMakefile.in161 xasprintf.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c \
193 ./xasprintf.$(objext) ./xatexit.$(objext) ./xexit.$(objext) \
1632 ./xatexit.$(objext): $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
1635 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1638 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xatexit.c -o noasan/$@; \
1640 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dxatexit.c11 @deftypefun int xatexit (void (*@var{fn}) (void))
15 failure. If you use @code{xatexit} to register functions, you must use
23 If you use xatexit, you must call xexit instead of exit. */
50 struct xatexit { struct
51 struct xatexit *next; /* next in list */
58 static struct xatexit xatexit_first;
61 static struct xatexit *xatexit_head = &xatexit_first;
67 xatexit (void (*fn) (void)) function
69 register struct xatexit *p;
78 if ((p = (struct xatexit *) mallo
[all...]
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A DMakefile.in159 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
181 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o \
1126 ./xatexit.o: $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
1129 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1131 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dxatexit.c9 If you use xatexit, you must call xexit instead of exit. */
32 struct xatexit { struct
33 struct xatexit *next; /* next in list */
40 static struct xatexit xatexit_first;
43 static struct xatexit *xatexit_head = &xatexit_first;
49 xatexit (fn) function
52 register struct xatexit *p;
61 if ((p = (struct xatexit *) malloc (sizeof *p)) == NULL)
76 register struct xatexit *p;
H A Dmakefile.vms13 xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A DMakefile.in132 waitpid.c xatexit.c xexit.c xmalloc.c xstrdup.c xstrerror.c
138 splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o \
270 xatexit.o: $(INCDIR)/libiberty.h
/haiku-buildtools/legacy/gcc/include/
H A Dlibiberty.h107 extern int xatexit PARAMS ((void (*fn) (void)));
109 /* Exit, calling all the functions registered with xatexit. */
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h257 extern int xatexit (void (*fn) (void));
259 /* Exit, calling all the functions registered with xatexit. */
/haiku-buildtools/legacy/binutils/gas/
H A Das.c1119 xatexit (close_output_file);
1123 xatexit (dump_statistics);
/haiku-buildtools/gcc/include/
H A Dlibiberty.h291 extern int xatexit (void (*fn) (void));
293 /* Exit, calling all the functions registered with xatexit. */
/haiku-buildtools/binutils/include/
H A Dlibiberty.h291 extern int xatexit (void (*fn) (void));
293 /* Exit, calling all the functions registered with xatexit. */
/haiku-buildtools/binutils/gas/
H A Das.c1245 xatexit (close_output_file);
1248 xatexit (dump_statistics);
/haiku-buildtools/legacy/binutils/binutils/
H A Dar.c317 /* Remove any output file. This is only called via xatexit. */
429 xatexit (remove_output);
/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c208 xatexit (remove_output);
/haiku-buildtools/binutils/binutils/
H A Dar.c410 /* Remove any output file. This is only called via xatexit. */
720 xatexit (remove_output);
H A Ddlltool.c3221 xatexit (unlink_temp_files);
/haiku-buildtools/binutils/ld/
H A Dldmain.c234 xatexit (ld_cleanup);

Completed in 298 milliseconds