Searched refs:__finished (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/csu/arch/vax/
H A Dcrtbegin.S70 .local __finished
71 .comm __finished,1
86 tstb __finished /* done this already? */
88 movb $1, __finished /* mark it as done */
/netbsd-current/lib/csu/common/
H A Dcrtbegin.c112 static unsigned char __finished; local
114 if (__finished)
117 __finished = 1;
/netbsd-current/lib/csu/arch/x86_64/
H A Dcrtbegin.S71 __finished: label
81 cmpb $0, __finished(%rip)
86 movb $1, __finished(%rip)
/netbsd-current/lib/csu/arch/i386/
H A Dcrtbegin.S71 __finished: label
91 cmpb $0, __finished@GOTOFF(%ebx)
93 movb $1, __finished@GOTOFF(%ebx)
/netbsd-current/lib/csu/arch/sh3/
H A Dcrtbegin.S71 __finished: label
253 !! if (__finished) return;
259 !! __finished = 1;
331 .long VAR_DATUM(__finished)

Completed in 132 milliseconds