Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Dentry.c10 typedef void (*funcp)(void); typedef
18 extern funcp __init_array_start[], __init_array_end[];
19 extern funcp __CTOR_LIST__[], __CTOR_END__[];
20 extern funcp __fini_array_start[], __fini_array_end[];
21 extern funcp __DTOR_LIST__[], __DTOR_END__[];
27 funcp func = __init_array_start[i]; in ctors()
35 funcp func = __CTOR_LIST__[current]; in ctors()
45 funcp func = __DTOR_LIST__[i]; in dtors()
53 funcp func = __fini_array_start[current]; in dtors()