Searched defs:di_handle (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c387 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) argument
400 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
493 ULong di_handle; local
504 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
511 di_handle /* so the tool can refer to the read debuginfo later,
H A Dsyswrap-generic.c162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) argument
175 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
187 relevant notifications itself. Here, we just pass di_handle=0 to
203 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
379 0/*di_handle*/ );
415 0/*di_handle*/ );
438 oldR, oldW, oldX, 0/*di_handle*/ );
471 0/*di_handle*/ );
1895 0/*di_handle*/ );
2165 ULong di_handle; local
[all...]
/external/valgrind/main/drd/
H A Ddrd_main.c487 ULong di_handle)
485 drd_start_using_mem_w_perms(const Addr a, const SizeT len, const Bool rr, const Bool ww, const Bool xx, ULong di_handle) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c612 ULong di_handle; local
651 di_handle = di->handle;
662 di_handle = 0;
672 return di_handle;
1034 ULong di_handle __attribute__((unused)) local
1036 /* di_handle is ignored. That's not a problem per se -- it just
3643 by the shared object characterised by the given di_handle. Asserts
3650 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle, argument
3660 pertains to 'di_handle'. */
3661 tl_assert(di_handle >
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h1024 UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primary record */ member in struct:__anon541

Completed in 1029 milliseconds