Searched refs:dtor_func (Results 1 – 1 of 1) sorted by relevance
40 void (* const *dtor_func)(void); in _start_c() local85 for (dtor_func = __fini_array_end; dtor_func > __fini_array_start;) in _start_c()86 (*--dtor_func)(); in _start_c()
Completed in 2 milliseconds