Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/samples/application_development/code_relocation/src/
Dtest_file1.c40 __in_section(custom_section, static, fun) void function_in_custom_section(void) in __in_section() function
/Zephyr-Core-2.7.6/include/toolchain/
Dgcc.h156 #define __in_section(a, b, c) ___in_section(a, b, c) macro