HomeSort by: relevance | last modified time | path
    Searched refs:_start (Results 1 - 25 of 128) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_nolibc_test_main.cc 17 extern "C" void _start() { function in typeref:typename:void
  /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 in typeref:typename:void
  /src/sys/arch/hpcmips/stand/romboot/
romboot.ldscript 4 ENTRY(_start)
  /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
crt0-efi-mips64el.S 50 .long _edata - _start // SizeOfCode
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
71 .long _start - ImageBase // SizeOfHeaders
115 .long _edata - _start // VirtualSize
116 .long _start - ImageBase // VirtualAddress
117 .long _edata - _start // SizeOfRawData
118 .long _start - ImageBase // PointerToRawData
130 .globl _start
131 .ent _start
133 _start: label
    [all...]
  /src/sys/arch/ia64/stand/ia64/ski/
start.S 35 .global _start
36 .proc _start label
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)
  /src/lib/csu/arch/or1k/
crt0.S 36 STRONG_ALIAS(_start,__start)
  /src/sys/arch/x68k/stand/mboot/
srt0.S 34 ENTRY_NOPROFILE(_start)
42 lea %pc@(_C_LABEL(_start)),%a7
  /src/lib/csu/arch/hppa/
crt0.S 39 STRONG_ALIAS(__start,_start)
42 * void _start(struct ps_strings *ps_strings,
46 _ENTRY(_start)
65 EXIT(_start)
  /src/lib/csu/arch/alpha/
crt0.S 36 STRONG_ALIAS(_start,__start)
  /src/lib/csu/arch/arm/
crt0.S 36 STRONG_ALIAS(_start,__start)
  /src/lib/csu/arch/vax/
crt0.S 36 STRONG_ALIAS(_start,__start)
  /src/include/
bitstring.h 96 size_t _start = start, _stop = stop; \
97 while (_start <= _stop) { \
98 bit_clear(_name, _start); \
99 _start++; \
106 size_t _start = start, _stop = stop; \
107 while (_start <= _stop) { \
108 bit_set(_name, _start); \
109 _start++; \
  /src/sys/arch/bebox/stand/boot/
srt0.s 43 .globl _start
44 _start: label
57 lis 4,_start@h
58 ori 4,4,_start@l
98 lis 4,_start@h
99 ori 4,4,_start@l
  /src/sys/arch/newsmips/stand/bootxx/
start.S 36 .globl _start
37 _start: label
49 2: la v1, _start /* relocate myself */
  /src/sys/arch/prep/stand/boot/
srt0.s 44 .globl _start
45 _start: label
66 lis 4,_start@h
67 ori 4,4,_start@l
79 lis 4,_start@h
80 ori 4,4,_start@l
  /src/sys/arch/rs6000/stand/boot/
srt0.s 46 .globl _start
47 _start: label
71 lis 4,_start@h
72 ori 4,4,_start@l
84 lis 4,_start@h
85 ori 4,4,_start@l

Completed in 20 milliseconds

1 2 3 4 5 6