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

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c254 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) argument
267 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
360 ULong di_handle; local
371 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
378 di_handle /* so the tool can refer to the read debuginfo later,
H A Dsyswrap-generic.c196 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) argument
209 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
221 relevant notifications itself. Here, we just pass di_handle=0 to
237 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
414 0/*di_handle*/ );
448 0/*di_handle*/ );
469 oldR, oldW, oldX, 0/*di_handle*/ );
501 0/*di_handle*/ );
2044 0/*di_handle*/ );
2377 ULong di_handle; local
[all...]
/external/valgrind/drd/
H A Ddrd_main.c494 ULong di_handle)
492 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/coregrind/m_debuginfo/
H A Ddebuginfo.c723 ULong di_handle; local
774 di_handle = di->handle;
781 di_handle = 0;
792 return di_handle;
1192 ULong di_handle __attribute__((unused)) local
1194 /* di_handle is ignored. That's not a problem per se -- it just
4105 by the shared object characterised by the given di_handle. Asserts
4112 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle, Bool arrays_only ) argument
4121 pertains to 'di_handle'. */
4122 vg_assert(di_handle >
[all...]

Completed in 183 milliseconds