HomeSort by: relevance | last modified time | path
    Searched defs:xatexit (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
xatexit.c 11 @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 *) malloc (sizeof *p)) == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
xatexit.c 11 @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 *) malloc (sizeof *p)) == NULL
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
xatexit.c 11 @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 *) malloc (sizeof *p)) == NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
xatexit.c 11 @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 *) malloc (sizeof *p)) == NULL
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
xatexit.c 11 @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 *) malloc (sizeof *p)) == NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
xatexit.c 11 @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 *) malloc (sizeof *p)) == NULL
    [all...]

Completed in 24 milliseconds