HomeSort by relevance Sort by last modified time
    Searched refs:di_handle (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/exp-ptrcheck/
pc_main.c 86 Bool rr, Bool ww, Bool xx, ULong di_handle )
88 h_new_mem_mmap(a, len, rr, ww, xx, di_handle);
89 sg_new_mem_mmap(a, len, rr, ww, xx, di_handle);
94 Bool rr, Bool ww, Bool xx, ULong di_handle )
96 h_new_mem_startup(a, len, rr, ww, xx, di_handle);
97 sg_new_mem_startup(a, len, rr, ww, xx, di_handle);
sg_main.h 46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
h_main.h 71 Bool rr, Bool ww, Bool xx, ULong di_handle );
73 Bool rr, Bool ww, Bool xx, ULong di_handle );
sg_main.c     [all...]
h_main.c     [all...]
  /external/valgrind/main/include/
pub_tool_debuginfo.h 151 by the shared object characterised by the given di_handle. Asserts
168 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
pub_tool_tooliface.h 505 For new_mem_startup and new_mem_mmap, the di_handle argument is a
514 ULong di_handle));
519 ULong di_handle));
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 675 ULong di_handle; local
914 di_handle = di->handle;
925 di_handle = 0;
935 return di_handle;
    [all...]
  /external/valgrind/main/drd/
drd_main.c 425 ULong di_handle)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 160 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
181 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
193 relevant notifications itself. Here, we just pass di_handle=0 to
209 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
384 0/*di_handle*/ );
428 0/*di_handle*/ );
451 oldR, oldW, oldX, 0/*di_handle*/ );
491 0/*di_handle*/ );
2062 ULong di_handle; local
    [all...]
syswrap-aix5.c 140 ULong di_handle = VG_(di_aix5_notify_segchange)( local
154 /*r*/True, /*w*/False, /*x*/True, di_handle );
157 /*r*/True, /*w*/True, /*x*/False, 0/*or di_handle?*/ );
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 900 milliseconds