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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)

Completed in 78 milliseconds