Home
last modified time | relevance | path

Searched defs:FUNC_NO_STACK_PROTECTOR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h188 #define FUNC_NO_STACK_PROTECTOR _Pragma("no_stack_protect") macro
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h677 #define FUNC_NO_STACK_PROTECTOR __attribute__((no_stack_protector)) macro