Home
last modified time | relevance | path

Searched refs:__nolibc_entrypoint (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/tools/include/nolibc/
Dcompiler.h16 # define __nolibc_entrypoint __attribute__((naked)) macro
19 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer"))) macro
Darch-i386.h165 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-riscv.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-aarch64.h145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-loongarch.h152 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-x86_64.h164 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-powerpc.h187 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-s390.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-arm.h188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
Darch-mips.h182 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start()