Searched refs:__nolibc_entrypoint (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/tools/include/nolibc/ |
D | compiler.h | 16 # define __nolibc_entrypoint __attribute__((naked)) macro 19 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer"))) macro
|
D | arch-i386.h | 165 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-riscv.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-aarch64.h | 145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-loongarch.h | 152 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-x86_64.h | 164 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-powerpc.h | 187 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-s390.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-arm.h | 188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-mips.h | 182 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start()
|