Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtbegin.c81 static fp __DTOR_LIST__[] variable
96 const size_t n = __DTOR_LIST_END__ - __DTOR_LIST__ - 1; in __do_fini()
97 for (size_t i = 1; i <= n; i++) __DTOR_LIST__[i](); in __do_fini()
/freebsd/lib/csu/common/
H A Dcrtbegin.c65 static crt_func __DTOR_LIST__[] __section(".dtors") __used = { variable
80 fn = __DTOR_LIST__[n]; in __do_global_dtors_aux()
/freebsd/stand/uboot/arch/arm/
H A Darm.ldscript73 PROVIDE (__DTOR_LIST__ = .);
/freebsd/sys/conf/
H A Dldscript.powerpcspe105 PROVIDE (__DTOR_LIST__ = .);
H A Dldscript.powerpc104 PROVIDE (__DTOR_LIST__ = .);
H A Dldscript.powerpc64le130 PROVIDE (__DTOR_LIST__ = .);
H A Dldscript.powerpc64130 PROVIDE (__DTOR_LIST__ = .);
/freebsd/stand/powerpc/ofw/
H A Dppc-common.ldscript74 PROVIDE (__DTOR_LIST__ = .);
/freebsd/stand/uboot/arch/powerpc/
H A Dpowerpc.ldscript72 PROVIDE (__DTOR_LIST__ = .);
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dpowerpc64.ldscript72 PROVIDE (__DTOR_LIST__ = .);