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

  /external/valgrind/main/coregrind/m_syswrap/
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*/ );
2055 ULong di_handle; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 610 ULong di_handle; local
649 di_handle = di->handle;
660 di_handle = 0;
670 return di_handle;
1021 ULong di_handle __attribute__((unused)) local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 832 UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primary record */ member in struct:__anon2490

Completed in 646 milliseconds