Home
last modified time | relevance | path

Searched refs:di_handle (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/exp-sgcheck/
Dsg_main.h46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
Dsg_main.c1088 static void acquire_globals ( ULong di_handle ) in acquire_globals() argument
1092 if (0) VG_(printf)("ACQUIRE GLOBALS %llu\n", di_handle ); in acquire_globals()
1094 (di_handle, True/*arrays only*/); in acquire_globals()
1117 Bool rr, Bool ww, Bool xx, ULong di_handle ) in sg_new_mem_mmap() argument
1119 if (di_handle > 0) in sg_new_mem_mmap()
1120 acquire_globals(di_handle); in sg_new_mem_mmap()
1123 Bool rr, Bool ww, Bool xx, ULong di_handle ) in sg_new_mem_startup() argument
1125 if (di_handle > 0) in sg_new_mem_startup()
1126 acquire_globals(di_handle); in sg_new_mem_startup()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-mips32-linux.c254 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap() argument
267 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle ); in notify_tool_of_mmap()
360 ULong di_handle; in mips_PRE_sys_mmap() local
371 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in mips_PRE_sys_mmap()
378 di_handle /* so the tool can refer to the read debuginfo later, in mips_PRE_sys_mmap()
Dsyswrap-generic.c196 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap() argument
209 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle ); in notify_tool_of_mmap()
2377 ULong di_handle; in ML_() local
2388 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in ML_()
2395 di_handle /* so the tool can refer to the read debuginfo later, in ML_()
/external/valgrind/include/
Dpub_tool_tooliface.h543 ULong di_handle));
548 ULong di_handle));
Dpub_tool_debuginfo.h237 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c723 ULong di_handle; in di_notify_ACHIEVE_ACCEPT_STATE() local
774 di_handle = di->handle; in di_notify_ACHIEVE_ACCEPT_STATE()
781 di_handle = 0; in di_notify_ACHIEVE_ACCEPT_STATE()
792 return di_handle; in di_notify_ACHIEVE_ACCEPT_STATE()
1192 ULong di_handle __attribute__((unused)) in VG_() local
4112 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle, Bool arrays_only ) in VG_()
4122 vg_assert(di_handle > 0); in VG_()
4124 if (di->handle == di_handle) in VG_()
/external/valgrind/massif/
Dms_main.c1465 Bool rr, Bool ww, Bool xx, ULong di_handle ) in ms_new_mem_mmap() argument
1473 Bool rr, Bool ww, Bool xx, ULong di_handle ) in ms_new_mem_startup() argument
/external/valgrind/drd/
Ddrd_main.c494 ULong di_handle) in drd_start_using_mem_w_perms() argument
/external/valgrind/memcheck/
Dmc_main.c4380 ULong di_handle ) in mc_new_mem_mmap() argument
4406 Bool rr, Bool ww, Bool xx, ULong di_handle ) in mc_new_mem_startup() argument
4425 mc_new_mem_mmap(a, len, rr, ww, xx, di_handle); in mc_new_mem_startup()
/external/valgrind/helgrind/
Dhg_main.c1504 Bool rr, Bool ww, Bool xx, ULong di_handle ) { in evh__new_mem_w_perms() argument