Home
last modified time | relevance | path

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

/Zephyr-latest/tests/application_development/code_relocation/src/
Dtest_file1.c26 extern void function_not_relocated(int32_t value);
78 printk("Address of function_not_relocated %p\n", &function_not_relocated); in ZTEST()
79 zassert_between_inclusive((uintptr_t)&function_not_relocated, in ZTEST()
83 function_not_relocated(var_sram2_data); in ZTEST()
Dtest_file2.c23 void function_not_relocated(int32_t value) in function_not_relocated() function