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)
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;
2176 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
2183 di_handle /* so the tool can refer to the read debuginfo later,