Home
last modified time | relevance | path

Searched refs:exitlisthead (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_exit.c42 static struct __GHS_AT_EXIT *exitlisthead; variable
105 for (el = exitlisthead; el; el = el->next) in __ghs_at_exit_cleanup()
136 for (el = exitlisthead; el; el = el->next)
168 gae->next = exitlisthead; in __ghs_at_exit()
169 exitlisthead = gae; in __ghs_at_exit()