Searched refs:xatexit_head (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dxatexit.c61 static struct xatexit *xatexit_head = &xatexit_first; variable in typeref:struct:xatexit
75 p = xatexit_head;
81 p->next = xatexit_head;
82 xatexit_head = p;
96 for (p = xatexit_head; p; p = p->next)
/haiku-buildtools/gcc/libiberty/
H A Dxatexit.c61 static struct xatexit *xatexit_head = &xatexit_first; variable in typeref:struct:xatexit
75 p = xatexit_head;
81 p->next = xatexit_head;
82 xatexit_head = p;
96 for (p = xatexit_head; p; p = p->next)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dxatexit.c61 static struct xatexit *xatexit_head = &xatexit_first; variable in typeref:struct:xatexit
75 p = xatexit_head;
81 p->next = xatexit_head;
82 xatexit_head = p;
96 for (p = xatexit_head; p; p = p->next)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dxatexit.c43 static struct xatexit *xatexit_head = &xatexit_first; variable in typeref:struct:xatexit
58 p = xatexit_head;
64 p->next = xatexit_head;
65 xatexit_head = p;
79 for (p = xatexit_head; p; p = p->next)

Completed in 107 milliseconds