Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:di_handle

162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
183 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
195 relevant notifications itself. Here, we just pass di_handle=0 to
211 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
387 0/*di_handle*/ );
431 0/*di_handle*/ );
454 oldR, oldW, oldX, 0/*di_handle*/ );
494 0/*di_handle*/ );
1807 0/*di_handle*/ );
2069 ULong di_handle;
2080 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
2087 di_handle /* so the tool can refer to the read debuginfo later,