| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_nolibc_test_main.cc | 17 extern "C" void _start() { function
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| nostdlib.c | 19 _start (void) function
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| _start.c | 18 /* Dummy _start function, to be used with -nostartfile. */ 23 _start (void) function
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| nostdlib.c | 19 _start (void) function
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| _start.c | 18 /* Dummy _start function, to be used with -nostartfile. */ 23 _start (void) function
|
| /src/share/examples/asm/hello/ |
| aarch64.s | 32 * ld -o hello -e _start aarch64.o 71 .global _start 72 .type _start, %function 73 _start: label 84 .size _start, . - _start
|
| arm.s | 32 * ld -o hello -e _start arm.o 71 .global _start 72 .type _start, %function 73 _start: label 88 .size _start, . - _start
|
| i386.s | 32 * ld -o hello -e _start i386.o 71 .global _start 72 .type _start, %function 73 _start: label 89 .size _start, . - _start
|
| x86_64.s | 32 * ld -o hello -e _start x86_64.o 71 .global _start 72 .type _start, %function 73 _start: label 89 .size _start, . - _start
|
| /src/sys/arch/zaurus/stand/zboot/ |
| crt0.c | 36 void _start(void); 39 _start(void) function
|
| /src/sys/arch/hpcmips/stand/romboot/ |
| romboot.ldscript | 4 ENTRY(_start)
|
| /src/external/gpl3/gcc/dist/libgcc/config/sol2/ |
| crtpg.c | 30 extern char _start[], _etext[]; 43 monstartup (_start, _etext);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/ |
| crtpg.c | 30 extern char _start[], _etext[]; 43 monstartup (_start, _etext);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-i386-address.S | 18 _start: .globl _start label
|
| amd64-init-x87-values.S | 21 .global _start, main 23 _start: label
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/ |
| tui-layout-asm-short-prog.S | 18 .global _start 19 _start: label
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-i386-address.S | 18 _start: .globl _start label
|
| amd64-init-x87-values.S | 21 .global _start, main 23 _start: label
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| tui-layout-asm-short-prog.S | 18 .global _start 19 _start: label
|
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| crt0-efi-riscv64.S | 53 .long _data - _start // SizeOfCode 56 .long _start - ImageBase // AddressOfEntryPoint 57 .long _start - ImageBase // BaseOfCode 74 .long _start - ImageBase // SizeOfHeaders 111 .long _edata - _start // VirtualSize 112 .long _start - ImageBase // VirtualAddress 113 .long _edata - _start // SizeOfRawData 114 .long _start - ImageBase // PointerToRawData 123 .globl _start 124 _start label [all...] |
| crt0-efi-aarch64.S | 49 .long _data - _start // SizeOfCode 52 .long _start - ImageBase // AddressOfEntryPoint 53 .long _start - ImageBase // BaseOfCode 70 .long _start - ImageBase // SizeOfHeaders 91 .long _data - _start // VirtualSize 92 .long _start - ImageBase // VirtualAddress 93 .long _data - _start // SizeOfRawData 94 .long _start - ImageBase // PointerToRawData 115 _start: label
|
| crt0-efi-arm.S | 50 .long _edata - _start // SizeOfCode 53 .long _start - ImageBase // AddressOfEntryPoint 54 .long _start - ImageBase // BaseOfCode 72 .long _start - ImageBase // SizeOfHeaders 116 .long _edata - _start // VirtualSize 117 .long _start - ImageBase // VirtualAddress 118 .long _edata - _start // SizeOfRawData 119 .long _start - ImageBase // PointerToRawData 127 _start: label
|
| /src/sys/arch/ia64/stand/ia64/ski/ |
| start.S | 35 .global _start 36 .proc _start 37 _start: label 60 .endp _start
|
| /src/lib/csu/arch/aarch64/ |
| crt0.S | 36 STRONG_ALIAS(_start,__start)
|
| /src/lib/csu/arch/i386/ |
| crt0.S | 44 STRONG_ALIAS(_start,__start)
|