Searched defs:di_handle (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-mips32-linux.c | 370 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) argument 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,
|
H A D | syswrap-generic.c | 193 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) argument 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*/ ); 1938 0/*di_handle*/ ); 2235 ULong di_handle; local [all...] |
/external/valgrind/drd/ |
H A D | drd_main.c | 489 ULong di_handle) 487 drd_start_using_mem_w_perms(const Addr a, const SizeT len, const Bool rr, const Bool ww, const Bool xx, ULong di_handle) argument
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | debuginfo.c | 724 ULong di_handle; local 775 di_handle = di->handle; 782 di_handle = 0; 793 return di_handle; 1191 ULong di_handle __attribute__((unused)) local 1193 /* di_handle is ignored. That's not a problem per se -- it just 4041 by the shared object characterised by the given di_handle. Asserts 4048 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle, argument 4058 pertains to 'di_handle'. */ 4059 vg_assert(di_handle > [all...] |
Completed in 32 milliseconds