Home
last modified time | relevance | path

Searched refs:ALIAS_OF (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h80 #define ALIAS_OF(of) __attribute__((alias(#of))) macro
83 return_type new_alias() ALIAS_OF(real_func)
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h101 #define ALIAS_OF(of) __attribute__((alias(#of))) macro
104 return_type new_alias() ALIAS_OF(real_func)