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

/freebsd-11-stable/contrib/gcclibs/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 \
1130 ./xatexit.o: $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
1133 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1135 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/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.in159 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
181 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o \
1154 ./xatexit.o: $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
1157 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1159 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile29 xatexit.c \
/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h211 extern int xatexit PARAMS ((void (*fn) (void)));
213 /* Exit, calling all the functions registered with xatexit. */
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h257 extern int xatexit (void (*fn) (void));
259 /* Exit, calling all the functions registered with xatexit. */
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h268 extern int xatexit (void (*fn) (void));
270 /* Exit, calling all the functions registered with xatexit. */
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c1124 xatexit (close_output_file);
1128 xatexit (dump_statistics);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c315 /* Remove any output file. This is only called via xatexit. */
417 xatexit (remove_output);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c210 xatexit (remove_output);

Completed in 108 milliseconds