Searched refs:func1 (Results 1 – 3 of 3) sorted by relevance
12 static void func1(int a);23 func1(a + 1); in func2()26 static void func1(int a) in func1() function36 func1(1); in main()
122 zephyr_code_relocate(FILES src/file1.c FILTER ".*\\.func1|.*\\.func2" LOCATION SRAM2_TEXT)124 The example above will only relocate ``func1()`` and ``func2()`` of file ``src/file1.c``
452 .func1 = my_driver_api_func1,