/external/valgrind/main/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 | 1082 static void acquire_globals ( ULong di_handle ) in acquire_globals() argument 1086 if (0) VG_(printf)("ACQUIRE GLOBALS %llu\n", di_handle ); in acquire_globals() 1088 (di_handle, True/*arrays only*/); in acquire_globals() 1111 Bool rr, Bool ww, Bool xx, ULong di_handle ) in sg_new_mem_mmap() argument 1113 if (di_handle > 0) in sg_new_mem_mmap() 1114 acquire_globals(di_handle); in sg_new_mem_mmap() 1117 Bool rr, Bool ww, Bool xx, ULong di_handle ) in sg_new_mem_startup() argument 1119 if (di_handle > 0) in sg_new_mem_startup() 1120 acquire_globals(di_handle); in sg_new_mem_startup()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-mips32-linux.c | 387 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap() argument 400 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle ); in notify_tool_of_mmap() 493 ULong di_handle; in mips_PRE_sys_mmap() local 504 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in mips_PRE_sys_mmap() 511 di_handle /* so the tool can refer to the read debuginfo later, in mips_PRE_sys_mmap()
|
D | syswrap-generic.c | 162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap() argument 175 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle ); in notify_tool_of_mmap() 2165 ULong di_handle; in ML_() local 2176 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in ML_() 2183 di_handle /* so the tool can refer to the read debuginfo later, in ML_()
|
/external/valgrind/main/include/ |
D | pub_tool_tooliface.h | 542 ULong di_handle)); 547 ULong di_handle));
|
D | pub_tool_debuginfo.h | 170 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 612 ULong di_handle; in di_notify_ACHIEVE_ACCEPT_STATE() local 651 di_handle = di->handle; in di_notify_ACHIEVE_ACCEPT_STATE() 662 di_handle = 0; in di_notify_ACHIEVE_ACCEPT_STATE() 672 return di_handle; in di_notify_ACHIEVE_ACCEPT_STATE() 1034 ULong di_handle __attribute__((unused)) in VG_() local 3650 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle, in VG_() 3661 tl_assert(di_handle > 0); in VG_() 3663 if (di->handle == di_handle) in VG_()
|
/external/valgrind/main/drd/ |
D | drd_main.c | 487 ULong di_handle) in drd_start_using_mem_w_perms() argument
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_int.h | 1024 …UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primar… member
|
D | bta_dm_api.c | 1134 bta_dm_di_cb.di_handle[bta_dm_di_cb.di_num] = *p_handle; in BTA_DmSetLocalDiRecord()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 1839 Bool rr, Bool ww, Bool xx, ULong di_handle ) in ms_new_mem_mmap() argument 1847 Bool rr, Bool ww, Bool xx, ULong di_handle ) in ms_new_mem_startup() argument
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 4060 ULong di_handle ) in mc_new_mem_mmap() argument 4086 Bool rr, Bool ww, Bool xx, ULong di_handle ) in mc_new_mem_startup() argument 4105 mc_new_mem_mmap(a, len, rr, ww, xx, di_handle); in mc_new_mem_startup()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 1456 Bool rr, Bool ww, Bool xx, ULong di_handle ) { in evh__new_mem_w_perms() argument
|