Searched refs:ctors (Results 1 – 6 of 6) sorted by relevance
65 const vfnp *ctors; in _Libctors() local71 for (ctors = firstor; *ctors != 0; ctors++) in _Libctors()74 while (--ctors != firstor) in _Libctors()76 (**ctors)(); in _Libctors()79 (**ctors)(); in _Libctors()
59 `.ctors` and `.dtors` segments.
143 * `.init_array`, `.ctors`
108 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))109 KEEP (*(.init_array .ctors))
88 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))89 KEEP (*(.init_array .ctors))