/picolibc-latest/semihost/machine/x86/ |
D | bios.S | 38 .globl _start 42 _start: label
|
/picolibc-latest/picocrt/machine/powerpc/ |
D | crt0.S | 40 .global _start 41 .type _start, @function 42 _start: label
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-32.S | 44 .globl _start 46 _start: label 49 lgdtl gdt_desc - _start + 0x10
|
D | crt0-64.S | 44 .globl _start 46 _start: label 49 lgdtl gdt_desc - _start + 0x10
|
/picolibc-latest/newlib/libc/picolib/machine/m68k/ |
D | interrupt.c | 49 void _start(void); 81 [1] = _start,
|
/picolibc-latest/picocrt/shared/ |
D | crt0.c | 38 _start(void) in _start() function
|
/picolibc-latest/newlib/libc/picolib/machine/arm/ |
D | interrupt.c | 72 void _start(void); 80 [1] = _start,
|
/picolibc-latest/newlib/libc/picolib/machine/msp430/ |
D | interrupt.S | 8 .word _start
|
/picolibc-latest/picocrt/machine/arc/ |
D | crt0.c | 47 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/m68k/ |
D | crt0.c | 41 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/msp430/ |
D | crt0.c | 53 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/nios2/ |
D | crt0.c | 48 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/sparc/ |
D | crt0.c | 48 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/mips/ |
D | crt0.c | 55 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/sh/ |
D | crt0.c | 54 _start(void) in _start() function
|
/picolibc-latest/picocrt/ |
D | crt0.h | 62 _start(void);
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 116 extern char _start; 154 pc -= (uintptr_t) & _start; in __sample() 268 ROUNDDOWN ((uintptr_t) & _start, HISTFRACTION * sizeof (HISTCOUNTER)); in __monstartup()
|
/picolibc-latest/newlib/libc/picolib/machine/sparc/ |
D | interrupt.S | 115 sethi %hi(_start), %g4 116 jmp %g4+%lo(_start)
|
/picolibc-latest/picocrt/machine/arm/ |
D | crt0.c | 55 _start(void) in _start() function 295 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/riscv/ |
D | crt0.c | 170 _start(void) in _start() function
|
/picolibc-latest/picocrt/machine/aarch64/ |
D | crt0.c | 214 _start(void) in _start() function
|
/picolibc-latest/hello-world/ |
D | README.md | 70 instruction of _start. The mps2-an385 also has 64kB of RAM starting 94 application needs to land there. Picolibc on RISC-V puts _start at the
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 41 ENTRY(_start)
|
D | TC-microbit.ld | 41 ENTRY(_start)
|
/picolibc-latest/ |
D | picolibc.ld.in | 36 ENTRY(@PREFIX@_start)
|