Home
last modified time | relevance | path

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

/lk-master/top/
A Dmain.c45 void **ctor; in call_constructors() local
47 ctor = &__ctor_list; in call_constructors()
48 while (ctor != &__ctor_end) { in call_constructors()
51 func = (void ( *)(void))*ctor; in call_constructors()
54 ctor++; in call_constructors()
/lk-master/arch/mips/
A Dmips.ld127 /* We don't want to include the .ctor section from
129 The .ctor section from the crtend file contains the

Completed in 3 milliseconds