| /tools/perf/tests/shell/coresight/asm_pure_loop/ |
| A D | asm_pure_loop.S | 4 .globl _start 5 _start: label
|
| /tools/testing/selftests/arm64/fp/ |
| A D | fp-pidbench.S | 32 .globl _start 33 function _start
|
| A D | zt-test.S | 196 .globl _start 197 function _start
|
| A D | fpsimd-test.S | 214 .globl _start 215 function _start
|
| A D | za-test.S | 227 .globl _start 228 function _start
|
| A D | sve-test.S | 377 .globl _start 378 function _start
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | exec_target.c | 12 void _start(void) in _start() function
|
| /tools/testing/selftests/arm64/bti/ |
| A D | start.S | 9 startfn _start
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcspushm.S | 74 .globl _start 75 function _start
|
| A D | gcsstr.S | 76 .globl _start 77 function _start
|
| A D | gcs-stress-thread.S | 263 .globl _start 264 function _start
|
| /tools/include/nolibc/ |
| A D | arch-m68k.h | 131 void _start(void); 132 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | crt.h | 15 void _start(void);
|
| A D | arch-x86.h | 167 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function 333 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-arm64.h | 145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-loongarch.h | 146 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-riscv.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-powerpc.h | 187 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-sparc.h | 156 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-arm.h | 188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| A D | arch-s390.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
|
| /tools/testing/selftests/size/ |
| A D | get_size.c | 84 void _start(void) in _start() function
|
| /tools/objtool/include/objtool/ |
| A D | elf.h | 354 #define for_offset_range(_offset, _start, _end) \ argument 355 for (_offset = ((_start) & OFFSET_STRIDE_MASK); \ 356 _offset >= ((_start) & OFFSET_STRIDE_MASK) && \
|
| /tools/testing/selftests/powerpc/switch_endian/ |
| A D | switch_endian_test.S | 19 FUNC_START(_start)
|
| /tools/objtool/ |
| A D | elf.c | 101 #define __sym_for_each(_iter, _tree, _start, _end) \ argument 102 for (_iter = __sym_iter_first((_tree), (_start), (_end)); \ 103 _iter; _iter = __sym_iter_next(_iter, (_start), (_end)))
|