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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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 106 milliseconds