Searched refs:__no_stack_protector (Results 1 – 13 of 13) sorted by relevance
| /tools/include/nolibc/ |
| A D | arch-powerpc.h | 180 #ifdef __no_stack_protector 181 #undef __no_stack_protector 182 #define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro 187 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | compiler.h | 39 # define __no_stack_protector __attribute__((no_stack_protector)) macro 41 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
|
| A D | stackprotector.h | 42 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
|
| A D | arch-x86.h | 167 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() 333 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-arm64.h | 145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-loongarch.h | 146 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-m68k.h | 132 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-riscv.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-sh.h | 145 void __attribute__((weak,noreturn)) __nolibc_entrypoint __no_stack_protector _start_wrapper(void) in _start_wrapper()
|
| A D | arch-sparc.h | 156 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-arm.h | 188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-s390.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| A D | arch-mips.h | 250 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start()
|
Completed in 19 milliseconds