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.c370 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap() argument
383 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle ); in notify_tool_of_mmap()
476 ULong di_handle; in mips_PRE_sys_mmap() local
487 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in mips_PRE_sys_mmap()
494 di_handle /* so the tool can refer to the read debuginfo later, in mips_PRE_sys_mmap()
Dsyswrap-generic.c193 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap() argument
206 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle ); in notify_tool_of_mmap()
2235 ULong di_handle; in ML_() local
2246 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in ML_()
2253 di_handle /* so the tool can refer to the read debuginfo later, in ML_()
/external/valgrind/include/
Dpub_tool_tooliface.h540 ULong di_handle));
545 ULong di_handle));
Dpub_tool_debuginfo.h203 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c724 ULong di_handle; in di_notify_ACHIEVE_ACCEPT_STATE() local
775 di_handle = di->handle; in di_notify_ACHIEVE_ACCEPT_STATE()
782 di_handle = 0; in di_notify_ACHIEVE_ACCEPT_STATE()
793 return di_handle; in di_notify_ACHIEVE_ACCEPT_STATE()
1191 ULong di_handle __attribute__((unused)) in VG_() local
4048 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle, in VG_()
4059 vg_assert(di_handle > 0); in VG_()
4061 if (di->handle == di_handle) in VG_()
/external/valgrind/drd/
Ddrd_main.c489 ULong di_handle) in drd_start_using_mem_w_perms() argument
/external/valgrind/massif/
Dms_main.c1828 Bool rr, Bool ww, Bool xx, ULong di_handle ) in ms_new_mem_mmap() argument
1836 Bool rr, Bool ww, Bool xx, ULong di_handle ) in ms_new_mem_startup() argument
/external/valgrind/memcheck/
Dmc_main.c4054 ULong di_handle ) in mc_new_mem_mmap() argument
4080 Bool rr, Bool ww, Bool xx, ULong di_handle ) in mc_new_mem_startup() argument
4099 mc_new_mem_mmap(a, len, rr, ww, xx, di_handle); in mc_new_mem_startup()
/external/valgrind/helgrind/
Dhg_main.c1454 Bool rr, Bool ww, Bool xx, ULong di_handle ) { in evh__new_mem_w_perms() argument