OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tool_panic
(Results
1 - 22
of
22
) sorted by null
/external/valgrind/main/include/
pub_tool_libcassert.h
55
extern void VG_(
tool_panic
) ( Char* str );
/external/valgrind/main/VEX/
test_main.c
434
#define
tool_panic
(zzz) panic(zzz)
macro
660
VG_(
tool_panic
)("memcheck:shadowType");
674
default: VG_(
tool_panic
)("memcheck:definedOfType");
788
VG_(
tool_panic
)("memcheck:mkUifU");
960
VG_(
tool_panic
)("mkPCastTo(1)");
[
all
...]
/external/valgrind/main/cachegrind/
cg_sim.c
186
VG_(
tool_panic
)("item straddles more than two cache sets"); \
cg-x86-amd64.c
136
VG_(
tool_panic
)("IA-64 cache detected?!");
cg_main.c
966
VG_(
tool_panic
)("host/guest word size mismatch");
[
all
...]
/external/valgrind/main/exp-sgcheck/
pc_common.c
250
VG_(
tool_panic
)("eq_Error: unrecognised error kind");
554
else VG_(
tool_panic
)("bad CorePart");
645
VG_(
tool_panic
)("pp_Error: unrecognised error kind");
718
VG_(
tool_panic
)("update_extra");
762
VG_(
tool_panic
)("unknown suppression type in "
776
default: VG_(
tool_panic
)("get_error_name: unexpected type");
h_main.c
621
VG_(
tool_panic
)("host/guest word size mismatch");
/external/valgrind/main/memcheck/
mc_errors.c
385
VG_(
tool_panic
)("mc_pp_AddrInfo");
816
VG_(
tool_panic
)("unknown error code in mc_pp_Error)");
[
all
...]
mc_translate.c
381
VG_(
tool_panic
)("memcheck:shadowTypeV");
396
default: VG_(
tool_panic
)("memcheck:definedOfType");
581
VG_(
tool_panic
)("memcheck:mkUifU");
801
VG_(
tool_panic
)("mkPCastTo(1)");
826
VG_(
tool_panic
)("mkPCastTo(2)");
909
VG_(
tool_panic
)("expensiveCmpEQorNE");
[
all
...]
mc_malloc_wrappers.c
209
VG_(
tool_panic
)("create_MC_Chunk: shadow area is accessible");
614
VG_(
tool_panic
)("MC_(create_mempool): duplicate pool creation");
630
VG_(
tool_panic
)("MC_(create_mempool): shadow area is accessible");
mc_leakcheck.c
850
VG_(
tool_panic
)("bad LossRecord comparison");
[
all
...]
mc_main.c
[
all
...]
/external/valgrind/main/coregrind/
m_libcassert.c
332
void VG_(
tool_panic
) ( Char* str )
function
m_errormgr.c
305
VG_(
tool_panic
)("unhandled error type");
959
if (p_min == NULL) continue; //VG_(
tool_panic
)("show_all_errors()");
[
all
...]
m_libcprint.c
296
default: VG_(
tool_panic
)("Currently can only handle 3 decimal places");
m_main.c
[
all
...]
/external/valgrind/main/exp-bbv/
bbv_main.c
363
VG_(
tool_panic
)("host/guest word size mismatch");
/external/valgrind/main/callgrind/
sim.c
299
VG_(
tool_panic
)("item straddles more than two cache sets");
405
VG_(
tool_panic
)("item straddles more than two cache sets");
667
VG_(
tool_panic
)("Unsupported cache configuration");
816
VG_(
tool_panic
)("item straddles more than two cache sets"); \
[
all
...]
main.c
806
VG_(
tool_panic
)("Callgrind: invalid Addr type");
924
VG_(
tool_panic
)("host/guest word size mismatch");
[
all
...]
/external/valgrind/main/lackey/
lk_main.c
620
VG_(
tool_panic
)("host/guest word size mismatch");
[
all
...]
/external/valgrind/main/massif/
ms_main.c
[
all
...]
/external/valgrind/main/helgrind/
hg_main.c
[
all
...]
Completed in 881 milliseconds