Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 25 of 26) sorted by relevance

12

/tools/perf/tests/shell/coresight/asm_pure_loop/
A Dasm_pure_loop.S4 .globl _start
5 _start: label
/tools/testing/selftests/arm64/fp/
A Dfp-pidbench.S32 .globl _start
33 function _start
A Dzt-test.S196 .globl _start
197 function _start
A Dfpsimd-test.S214 .globl _start
215 function _start
A Dza-test.S227 .globl _start
228 function _start
A Dsve-test.S377 .globl _start
378 function _start
/tools/testing/selftests/powerpc/benchmarks/
A Dexec_target.c12 void _start(void) in _start() function
/tools/testing/selftests/arm64/bti/
A Dstart.S9 startfn _start
/tools/testing/selftests/arm64/gcs/
A Dgcspushm.S74 .globl _start
75 function _start
A Dgcsstr.S76 .globl _start
77 function _start
A Dgcs-stress-thread.S263 .globl _start
264 function _start
/tools/include/nolibc/
A Darch-m68k.h131 void _start(void);
132 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Dcrt.h15 void _start(void);
A Darch-x86.h167 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 Darch-arm64.h145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Darch-loongarch.h146 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Darch-riscv.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Darch-powerpc.h187 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Darch-sparc.h156 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Darch-arm.h188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
A Darch-s390.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() function
/tools/testing/selftests/size/
A Dget_size.c84 void _start(void) in _start() function
/tools/objtool/include/objtool/
A Delf.h354 #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 Dswitch_endian_test.S19 FUNC_START(_start)
/tools/objtool/
A Delf.c101 #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)))

Completed in 37 milliseconds

12