/external/valgrind/exp-sgcheck/ |
H A D | sg_main.h | 46 Bool rr, Bool ww, Bool xx, ULong di_handle ); 48 Bool rr, Bool ww, Bool xx, ULong di_handle );
|
H A D | sg_main.c | 1088 static void acquire_globals ( ULong di_handle ) 1092 if (0) VG_(printf)("ACQUIRE GLOBALS %llu\n", di_handle ); 1094 (di_handle, True/*arrays only*/); 1117 Bool rr, Bool ww, Bool xx, ULong di_handle ) 1119 if (di_handle > 0) 1120 acquire_globals(di_handle); 1123 Bool rr, Bool ww, Bool xx, ULong di_handle ) 1125 if (di_handle > 0) 1126 acquire_globals(di_handle);
|
/external/valgrind/include/ |
H A D | pub_tool_debuginfo.h | 186 by the shared object characterised by the given di_handle. Asserts 203 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
|
H A D | 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));
|
/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/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...] |
/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/massif/ |
H A D | ms_main.c | 1828 Bool rr, Bool ww, Bool xx, ULong di_handle ) 1836 Bool rr, Bool ww, Bool xx, ULong di_handle )
|
/external/valgrind/memcheck/ |
H A D | mc_main.c | 4054 ULong di_handle ) 4080 Bool rr, Bool ww, Bool xx, ULong di_handle ) 4099 mc_new_mem_mmap(a, len, rr, ww, xx, di_handle);
|
/external/valgrind/helgrind/ |
H A D | hg_main.c | 1454 Bool rr, Bool ww, Bool xx, ULong di_handle ) {
|