Searched refs:__CTOR_LIST_END__ (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/lib/csu/arch/hppa/
H A Dcrtend.S38 .global __CTOR_LIST_END__
39 .hidden __CTOR_LIST_END__
40 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/i386/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
H A Dcrtbegin.S156 leal -4+__CTOR_LIST_END__@GOTOFF(%ebx), %edi
/netbsd-current/lib/csu/arch/m68k/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/sh3/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
H A Dcrtbegin.S237 .long VAR_DATUM(__CTOR_LIST_END__)
/netbsd-current/lib/csu/arch/sparc/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/vax/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
H A Dcrtbegin.S168 moval __CTOR_LIST_END__, %r8 /* get end of list */
177 .hidden _C_LABEL(__CTOR_LIST_END__)
/netbsd-current/lib/csu/arch/x86_64/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
H A Dcrtbegin.S139 leaq -8+__CTOR_LIST_END__(%rip), %rbx
/netbsd-current/lib/csu/arch/alpha/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/arm/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/ia64/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/powerpc/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/sparc64/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/arch/mips/
H A Dcrtend.S37 .global __CTOR_LIST_END__
38 .hidden __CTOR_LIST_END__
39 __CTOR_LIST_END__: label
/netbsd-current/lib/csu/common/
H A Dcrtbegin.c47 __dso_hidden extern const fptr_t __CTOR_LIST_END__[];
91 for (const fptr_t *p = __CTOR_LIST_END__; p > &__CTOR_LIST__start + 1; ) {

Completed in 171 milliseconds