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

  /external/valgrind/main/coregrind/
m_execontext.c 84 UInt ecu; member in struct:_ExeContext
98 /* ECU serial number */
404 new_ec->ecu = ec_next_ecu;
447 vg_assert(VG_(is_plausible_ECU)(e->ecu));
448 return e->ecu;
456 ExeContext* VG_(get_ExeContext_from_ECU)( UInt ecu )
460 vg_assert(VG_(is_plausible_ECU)(ecu));
464 if (ec->ecu == ecu)
m_translate.c 203 UInt ecu; local
207 ecu = VG_(get_ECU_from_ExeContext)( ec );
208 vg_assert(VG_(is_plausible_ECU)(ecu));
209 /* This is always safe to do, since ecu is only 32 bits, and
211 return mkIRExpr_HWord( (HWord)ecu );
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 288 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
289 tl_assert(VG_(is_plausible_ECU)(ecu));
290 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
493 UInt ecu; local
498 ecu = VG_(get_ECU_from_ExeContext)(ec);
499 tl_assert(VG_(is_plausible_ECU)(ecu));
506 ecu | MC_OKIND_HEAP );
581 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
583 ecu | MC_OKIND_HEAP );
mc_errors.c 1241 UInt ecu = otag & ~3; local
    [all...]
mc_main.c 1612 UInt ecu; local
3270 UInt ecu; local
3318 UInt ecu = convert_nia_to_ecu ( nia ); local
5261 UInt ecu; local
    [all...]

Completed in 223 milliseconds