Searched refs:__noasan (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp.h | 112 __used __noasan __aligned(sizeof(uint32_t)) = GET_ARG_N(1, __VA_ARGS__); \ 114 __used __noasan = _str; \ 129 __used __noasan __aligned(sizeof(uint32_t)) = GET_ARG_N(1, __VA_ARGS__); \ 131 __used __noasan = _str; \
|
D | log.h | 324 __in_section(_log_strings, static, _CONCAT(_name, _)) __used __noasan = \
|
D | log_msg.h | 449 __in_section(_log_strings, static, _CONCAT(_name, _)) __used __noasan = \
|
/Zephyr-latest/include/zephyr/ |
D | toolchain.h | 66 #ifndef __noasan 67 #define __noasan /**/ macro
|
D | init.h | 240 Z_INIT_ENTRY_SECTION(level, prio, 0) __used __noasan \
|
D | device.h | 1110 static const Z_DECL_ALIGN(struct init_entry) __used __noasan Z_INIT_ENTRY_SECTION( \ 1119 static const Z_DECL_ALIGN(struct init_entry) __used __noasan \
|
D | bindesc.h | 164 __in_section(_bindesc_entry, static, name) __used __noasan
|
/Zephyr-latest/soc/native/inf_clock/ |
D | posix_native_task.h | 42 static void (* const _CONCAT(__native_task_, fn))() __used __noasan \
|
/Zephyr-latest/include/zephyr/sys/ |
D | iterable_sections.h | 44 __in_section(_##secname, static, _CONCAT(section_postfix, _)) __used __noasan
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 655 #define __noasan __attribute__((no_sanitize("address"))) macro 657 #define __noasan /**/
|