Searched refs:___start (Results 1 – 22 of 22) sorted by relevance
/netbsd/lib/csu/arch/i386/ |
H A D | crt0.S | 42 .hidden ___start 48 call ___start
|
/netbsd/lib/csu/arch/x86_64/ |
H A D | crt0.S | 41 .hidden ___start 48 jmp ___start
|
/netbsd/lib/csu/arch/m68k/ |
H A D | crt0.S | 45 | call: ___start(cleanup, ps_strings) 46 jbsr ___start
|
/netbsd/lib/csu/arch/mips/ |
H A D | crt0.S | 55 PTR_L t9,%call16(_C_LABEL(___start))(gp) 57 .reloc 1f,R_MIPS_JALR,___start
|
/netbsd/lib/csu/arch/powerpc/ |
H A D | crt0.S | 36 .hidden ___start 55 CALL(___start)
|
/netbsd/lib/csu/arch/sparc/ |
H A D | crt0.S | 47 ! call: ___start(cleanup, ps_strings) 53 call ___start
|
/netbsd/lib/csu/arch/sparc64/ |
H A D | crt0.S | 52 ! call: ___start(cleanup, ps_strings) 57 ba,pt %icc,___start
|
/netbsd/lib/csu/arch/hppa/ |
H A D | crt0.S | 37 .hidden ___start 62 b ___start
|
/netbsd/sys/arch/mmeye/mmeye/ |
H A D | locore.S | 132 mov.l ___start, r1 141 mov.l ___start, r3 184 ___start: .long start label
|
/netbsd/sys/arch/mmeye/stand/boot/ |
H A D | entry.S | 70 mov.l ___start, r3 90 ___start: .long start label
|
/netbsd/sys/arch/evbsh3/evbsh3/ |
H A D | locore.S | 130 mov.l ___start, r1 139 mov.l ___start, r3 219 ___start: .long start label
|
/netbsd/lib/csu/arch/or1k/ |
H A D | crt0.S | 43 l.jal ___start
|
/netbsd/lib/csu/arch/aarch64/ |
H A D | crt0.S | 44 b ___start
|
/netbsd/lib/csu/arch/vax/ |
H A D | crt0.S | 41 calls $2,___start
|
/netbsd/lib/csu/arch/arm/ |
H A D | crt0.S | 54 b ___start
|
/netbsd/lib/csu/arch/alpha/ |
H A D | crt0.S | 52 CALL(___start)
|
/netbsd/lib/csu/arch/riscv/ |
H A D | crt0.S | 47 j ___start
|
/netbsd/lib/csu/arch/ia64/ |
H A D | crt0.S | 57 br.call.sptk.many rp = ___start
|
/netbsd/lib/csu/arch/sh3/ |
H A D | crt0.S | 59 CALL_DATUM_LOCAL(___start, 1b)
|
/netbsd/lib/csu/arch/earm/ |
H A D | crt0.S | 61 b ___start
|
/netbsd/lib/csu/common/ |
H A D | crt0-common.c | 81 __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 D | README | 15 - crt0.S: provides setup code and the call to ___start.
|