Home
last modified time | relevance | path

Searched refs:__noasan (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp.h112 __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; \
Dlog.h324 __in_section(_log_strings, static, _CONCAT(_name, _)) __used __noasan = \
Dlog_msg.h449 __in_section(_log_strings, static, _CONCAT(_name, _)) __used __noasan = \
/Zephyr-latest/include/zephyr/
Dtoolchain.h66 #ifndef __noasan
67 #define __noasan /**/ macro
Dinit.h240 Z_INIT_ENTRY_SECTION(level, prio, 0) __used __noasan \
Ddevice.h1110 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 \
Dbindesc.h164 __in_section(_bindesc_entry, static, name) __used __noasan
/Zephyr-latest/soc/native/inf_clock/
Dposix_native_task.h42 static void (* const _CONCAT(__native_task_, fn))() __used __noasan \
/Zephyr-latest/include/zephyr/sys/
Diterable_sections.h44 __in_section(_##secname, static, _CONCAT(section_postfix, _)) __used __noasan
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h655 #define __noasan __attribute__((no_sanitize("address"))) macro
657 #define __noasan /**/