Home
last modified time | relevance | path

Searched refs:null_ExeContext (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/
Dm_addrinfo.c199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)(); in VG_()
201 ai->Addr.Block.freed_at = VG_(null_ExeContext)(); in VG_()
537 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()
541 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) { in pp_addrinfo_WRK()
554 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()
560 vg_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()
561 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()
Dm_execontext.c100 static ExeContext* null_ExeContext; variable
148 null_ExeContext = record_ExeContext_wrk2(ips, 1); in init_ExeContext_storage()
150 vg_assert(null_ExeContext->ecu == 4); in init_ExeContext_storage()
547 ExeContext* VG_(null_ExeContext) (void) in VG_() argument
550 return null_ExeContext; in VG_()
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c274 case KS_none: return VG_(null_ExeContext) (); in MC_()
276 case KS_free: return VG_(null_ExeContext) (); in MC_()
278 mc->where[0] : VG_(null_ExeContext) ()); in MC_()
287 case KS_none: return VG_(null_ExeContext) (); in MC_()
288 case KS_alloc: return VG_(null_ExeContext) (); in MC_()
290 mc->where[0] : VG_(null_ExeContext) ()); in MC_()
292 VG_(null_ExeContext) () : mc->where[0]); in MC_()
294 mc->where[1] : VG_(null_ExeContext) ()); in MC_()
Dmc_errors.c1255 ai->Addr.Block.freed_at = VG_(null_ExeContext)();; in client_block_maybe_describe()
/external/valgrind/include/
Dpub_tool_execontext.h119 ExeContext* VG_(null_ExeContext) (void);
/external/valgrind/helgrind/
Dhg_addrdescr.c81 ai->Addr.Block.freed_at = VG_(null_ExeContext)();; in HG_()