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

  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 254 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
267 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
360 ULong di_handle; local
371 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
378 di_handle /* so the tool can refer to the read debuginfo later,
    [all...]
syswrap-generic.c 196 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
209 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
221 relevant notifications itself. Here, we just pass di_handle=0 to
237 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
414 0/*di_handle*/ );
448 0/*di_handle*/ );
469 oldR, oldW, oldX, 0/*di_handle*/ );
501 0/*di_handle*/ );
2377 ULong di_handle; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 723 ULong di_handle; local
774 di_handle = di->handle;
781 di_handle = 0;
792 return di_handle;
1192 ULong di_handle __attribute__((unused)) local
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 696 uint32_t di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one member in struct:__anon112866

Completed in 1281 milliseconds