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

  /external/valgrind/main/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/main/include/
pub_tool_debuginfo.h 153 by the shared object characterised by the given di_handle. Asserts
170 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
pub_tool_tooliface.h 533 For new_mem_startup and new_mem_mmap, the di_handle argument is a
542 ULong di_handle));
547 ULong di_handle));
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-mips32-linux.c 387 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
400 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
493 ULong di_handle; local
504 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
511 di_handle /* so the tool can refer to the read debuginfo later,
    [all...]
syswrap-generic.c 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*/ );
2165 ULong di_handle; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 612 ULong di_handle; local
651 di_handle = di->handle;
662 di_handle = 0;
672 return di_handle;
1034 ULong di_handle __attribute__((unused)) local
    [all...]
  /external/valgrind/main/drd/
drd_main.c 487 ULong di_handle)
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 1024 UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primary record */ member in struct:__anon5161
    [all...]
bta_dm_api.c     [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 323 milliseconds