Searched refs:os_test_global (Results 1 – 3 of 3) sorted by relevance
10 extern int os_test_global;14 os_test_global *= 10; in os_test_shlib_dl_init()15 os_test_global += 3; in os_test_shlib_dl_init()16 DMSG("os_test_global=%d", os_test_global); in os_test_shlib_dl_init()
10 extern int os_test_global;14 os_test_global *= 10; in os_test_shlib_init()15 os_test_global += 2; in os_test_shlib_init()16 DMSG("os_test_global=%d", os_test_global); in os_test_shlib_init()
1288 volatile int os_test_global; variable1292 os_test_global *= 10; in os_test_init()1293 os_test_global += 1; in os_test_init()1294 DMSG("os_test_global=%d", os_test_global); in os_test_init()1305 params[0].value.a = os_test_global; in ta_entry_get_global_var()