Home
last modified time | relevance | path

Searched refs:___start (Results 1 – 22 of 22) sorted by relevance

/netbsd/lib/csu/arch/i386/
H A Dcrt0.S42 .hidden ___start
48 call ___start
/netbsd/lib/csu/arch/x86_64/
H A Dcrt0.S41 .hidden ___start
48 jmp ___start
/netbsd/lib/csu/arch/m68k/
H A Dcrt0.S45 | call: ___start(cleanup, ps_strings)
46 jbsr ___start
/netbsd/lib/csu/arch/mips/
H A Dcrt0.S55 PTR_L t9,%call16(_C_LABEL(___start))(gp)
57 .reloc 1f,R_MIPS_JALR,___start
/netbsd/lib/csu/arch/powerpc/
H A Dcrt0.S36 .hidden ___start
55 CALL(___start)
/netbsd/lib/csu/arch/sparc/
H A Dcrt0.S47 ! call: ___start(cleanup, ps_strings)
53 call ___start
/netbsd/lib/csu/arch/sparc64/
H A Dcrt0.S52 ! call: ___start(cleanup, ps_strings)
57 ba,pt %icc,___start
/netbsd/lib/csu/arch/hppa/
H A Dcrt0.S37 .hidden ___start
62 b ___start
/netbsd/sys/arch/mmeye/mmeye/
H A Dlocore.S132 mov.l ___start, r1
141 mov.l ___start, r3
184 ___start: .long start label
/netbsd/sys/arch/mmeye/stand/boot/
H A Dentry.S70 mov.l ___start, r3
90 ___start: .long start label
/netbsd/sys/arch/evbsh3/evbsh3/
H A Dlocore.S130 mov.l ___start, r1
139 mov.l ___start, r3
219 ___start: .long start label
/netbsd/lib/csu/arch/or1k/
H A Dcrt0.S43 l.jal ___start
/netbsd/lib/csu/arch/aarch64/
H A Dcrt0.S44 b ___start
/netbsd/lib/csu/arch/vax/
H A Dcrt0.S41 calls $2,___start
/netbsd/lib/csu/arch/arm/
H A Dcrt0.S54 b ___start
/netbsd/lib/csu/arch/alpha/
H A Dcrt0.S52 CALL(___start)
/netbsd/lib/csu/arch/riscv/
H A Dcrt0.S47 j ___start
/netbsd/lib/csu/arch/ia64/
H A Dcrt0.S57 br.call.sptk.many rp = ___start
/netbsd/lib/csu/arch/sh3/
H A Dcrt0.S59 CALL_DATUM_LOCAL(___start, 1b)
/netbsd/lib/csu/arch/earm/
H A Dcrt0.S61 b ___start
/netbsd/lib/csu/common/
H A Dcrt0-common.c81 __dead __dso_hidden void ___start(void (*)(void), struct ps_strings *);
297 ___start(void (*cleanup)(void), /* from shared loader */ in ___start() function
/netbsd/lib/csu/
H A DREADME15 - crt0.S: provides setup code and the call to ___start.