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

  /external/valgrind/exp-sgcheck/
sg_main.h 46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
sg_main.c     [all...]
  /external/valgrind/include/
pub_tool_debuginfo.h 187 by the shared object characterised by the given di_handle. Asserts
204 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
pub_tool_tooliface.h 531 For new_mem_startup and new_mem_mmap, the di_handle argument is a
540 ULong di_handle));
545 ULong di_handle));
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 370 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
383 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
476 ULong di_handle; local
487 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
494 di_handle /* so the tool can refer to the read debuginfo later,
    [all...]
syswrap-generic.c 193 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
206 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
218 relevant notifications itself. Here, we just pass di_handle=0 to
234 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
411 0/*di_handle*/ );
445 0/*di_handle*/ );
466 oldR, oldW, oldX, 0/*di_handle*/ );
498 0/*di_handle*/ );
2356 ULong di_handle; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 724 ULong di_handle; local
775 di_handle = di->handle;
782 di_handle = 0;
793 return di_handle;
1196 ULong di_handle __attribute__((unused)) local
    [all...]
  /external/valgrind/drd/
drd_main.c 494 ULong di_handle)
    [all...]
  /external/valgrind/massif/
ms_main.c     [all...]
  /system/bt/bta/dm/
bta_dm_int.h 954 UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primary record */ member in struct:__anon71731
    [all...]
bta_dm_api.c 590 bta_dm_di_cb.di_handle[bta_dm_di_cb.di_num] = *p_handle;
    [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 783 milliseconds