OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecu
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
m_execontext.c
83
UInt
ecu
;
member in struct:_ExeContext
97
/*
ECU
serial number */
406
new_ec->
ecu
= ec_next_ecu;
448
vg_assert(VG_(is_plausible_ECU)(e->
ecu
));
449
return e->
ecu
;
457
ExeContext* VG_(get_ExeContext_from_ECU)( UInt
ecu
)
461
vg_assert(VG_(is_plausible_ECU)(
ecu
));
465
if (ec->
ecu
==
ecu
)
m_translate.c
201
UInt
ecu
;
local
205
ecu
= VG_(get_ECU_from_ExeContext)( ec );
206
vg_assert(VG_(is_plausible_ECU)(
ecu
));
207
/* This is always safe to do, since
ecu
is only 32 bits, and
209
return mkIRExpr_HWord( (HWord)
ecu
);
[
all
...]
/external/valgrind/main/memcheck/
mc_malloc_wrappers.c
226
UInt
ecu
= VG_(get_ECU_from_ExeContext)(ec);
local
227
tl_assert(VG_(is_plausible_ECU)(
ecu
));
228
MC_(make_mem_undefined_w_otag)( p, szB,
ecu
| MC_OKIND_HEAP );
425
UInt
ecu
;
local
430
ecu
= VG_(get_ECU_from_ExeContext)(ec);
431
tl_assert(VG_(is_plausible_ECU)(
ecu
));
438
ecu
| MC_OKIND_HEAP );
mc_errors.c
1215
UInt
ecu
= otag & ~3;
local
[
all
...]
mc_main.c
1592
UInt
ecu
;
local
3250
UInt
ecu
;
local
3298
UInt
ecu
= convert_nia_to_
ecu
( nia );
local
[
all
...]
Completed in 107 milliseconds