/external/valgrind/exp-sgcheck/ |
D | sg_main.h | 46 Bool rr, Bool ww, Bool xx, ULong di_handle ); 48 Bool rr, Bool ww, Bool xx, ULong di_handle );
|
D | sg_main.c | 1088 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/ |
D | syswrap-mips32-linux.c | 370 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()
|
D | syswrap-generic.c | 193 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/ |
D | pub_tool_tooliface.h | 540 ULong di_handle)); 545 ULong di_handle));
|
D | pub_tool_debuginfo.h | 203 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 724 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/ |
D | drd_main.c | 489 ULong di_handle) in drd_start_using_mem_w_perms() argument
|
/external/valgrind/massif/ |
D | ms_main.c | 1828 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/ |
D | mc_main.c | 4054 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/ |
D | hg_main.c | 1454 Bool rr, Bool ww, Bool xx, ULong di_handle ) { in evh__new_mem_w_perms() argument
|