Home
last modified time | relevance | path

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

/external/valgrind/main/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.c1082 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/
Dsyswrap-mips32-linux.c387 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()
Dsyswrap-generic.c162 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/
Dpub_tool_tooliface.h542 ULong di_handle));
547 ULong di_handle));
Dpub_tool_debuginfo.h170 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c612 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/
Ddrd_main.c487 ULong di_handle) in drd_start_using_mem_w_perms() argument
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h1024 …UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primar… member
Dbta_dm_api.c1134 bta_dm_di_cb.di_handle[bta_dm_di_cb.di_num] = *p_handle; in BTA_DmSetLocalDiRecord()
/external/valgrind/main/massif/
Dms_main.c1839 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/
Dmc_main.c4060 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/
Dhg_main.c1456 Bool rr, Bool ww, Bool xx, ULong di_handle ) { in evh__new_mem_w_perms() argument