OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_smc_check
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_options.h
259
extern VgSmc VG_(
clo_smc_check
);
m_options.c
118
VgSmc VG_(
clo_smc_check
) = Vg_SmcStack;
variable
m_main.c
586
else if VG_XACT_CLO(arg, "--smc-check=none", VG_(
clo_smc_check
),
588
else if VG_XACT_CLO(arg, "--smc-check=stack", VG_(
clo_smc_check
),
590
else if VG_XACT_CLO(arg, "--smc-check=all", VG_(
clo_smc_check
),
593
VG_(
clo_smc_check
),
[
all
...]
m_translate.c
770
switch (VG_(
clo_smc_check
)) {
[
all
...]
Completed in 482 milliseconds