Searched refs:relocated_helper (Results 1 – 2 of 2) sorted by relevance
15 extern void relocated_helper(void);28 printk("Address of relocated_lib_helper %p\n\n", &relocated_helper);38 zassert_between_inclusive((uintptr_t)&relocated_helper,42 relocated_helper();
10 void relocated_helper(void) in relocated_helper() function