Home
last modified time | relevance | path

Searched refs:to_run (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dvg_preloaded.c57 void VG_NOTIFY_ON_LOAD(freeres)(Vg_FreeresToRun to_run);
58 void VG_NOTIFY_ON_LOAD(freeres)(Vg_FreeresToRun to_run) in VG_NOTIFY_ON_LOAD()
69 if (((to_run & VG_RUN__GNU_CXX__FREERES) != 0) && in VG_NOTIFY_ON_LOAD()
77 if ((to_run & VG_RUN__LIBC_FREERES) != 0) { in VG_NOTIFY_ON_LOAD()
Dm_main.c2240 Vg_FreeresToRun to_run = 0; in final_tidyup() local
2242 to_run |= VG_RUN__GNU_CXX__FREERES; in final_tidyup()
2246 to_run |= VG_RUN__LIBC_FREERES; in final_tidyup()
2249 if (to_run == 0) { in final_tidyup()
2269 vg_assert(to_run > 0); in final_tidyup()
2270 vg_assert(to_run <= (VG_RUN__GNU_CXX__FREERES | VG_RUN__LIBC_FREERES)); in final_tidyup()
2275 "Caught __NR_exit; running %s wrapper\n", msgs[to_run - 1]); in final_tidyup()
2299 *((UWord *) sp) = to_run; in final_tidyup()
2307 VG_(threads)[tid].arch.vex.guest_RDI = to_run; in final_tidyup()
2312 VG_(threads)[tid].arch.vex.guest_R0 = to_run; in final_tidyup()
[all …]
/external/valgrind/
DANDROID_PATCH_AGAINST_UPSTREAM.txt125 void VG_NOTIFY_ON_LOAD(freeres)(Vg_FreeresToRun to_run)