Home
last modified time | relevance | path

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

/haiku/src/system/glue/
H A Dcrtbegin.c62 static const fp __DTOR_LIST__[] variable
85 for (unsigned long i = 1; __DTOR_LIST__[i]; i++) in __do_fini()
86 __DTOR_LIST__[i](); in __do_fini()