Home
last modified time | relevance | path

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

/tools/include/nolibc/
A Dcrt.h40 void (* const *dtor_func)(void); in _start_c() local
85 for (dtor_func = __fini_array_end; dtor_func > __fini_array_start;) in _start_c()
86 (*--dtor_func)(); in _start_c()

Completed in 2 milliseconds