Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/crt/
Dcrtbegin.c77 static fp __DTOR_LIST__[] variable
92 const size_t n = __DTOR_LIST_END__ - __DTOR_LIST__ - 1; in __do_fini()
93 for (size_t i = 1; i <= n; i++) __DTOR_LIST__[i](); in __do_fini()
/external/llvm-project/lld/test/COFF/
Dctors_dtors_priority.s13 .quad __DTOR_LIST__
43 # __DTOR_LIST__ pointing at 0x140002038.