Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/cris/
Dlibcdtor.c64 const vfnp *firstor = _Ctors; in _Libctors() local
69 if (firstor != 0 && *firstor != 0) in _Libctors()
71 for (ctors = firstor; *ctors != 0; ctors++) in _Libctors()
74 while (--ctors != firstor) in _Libctors()