Searched refs:___in_section (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/toolchain/iar/ |
D | iccarm.h | 118 #define ___in_section(a, b, c) \ macro 122 #define __in_section(a, b, c) ___in_section(a, b, c) 124 #define __in_section_unique(seg) ___in_section(seg, __FILE__, __COUNTER__) 127 ___in_section(seg, __FILE__, name)
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 187 #define ___in_section(a, b, c) \ macro 191 #define __in_section(a, b, c) ___in_section(a, b, c) 194 #define __in_section_unique(seg) ___in_section(seg, __FILE__, __COUNTER__) 199 ___in_section(seg, __FILE__, name)
|