Searched refs:function_not_relocated (Results 1 – 2 of 2) sorted by relevance
26 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()
23 void function_not_relocated(int32_t value) in function_not_relocated() function