Home
last modified time | relevance | path

Searched defs:MC_ (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/memcheck/
Dmc_malloc_wrappers.c171 MC_Chunk* MC_(get_freed_block_bracketting) (Addr a) in MC_() function
267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) in MC_() function
280 ExeContext* MC_(freed_at) (MC_Chunk* mc) in MC_() function
295 void MC_(set_allocated_at) (ThreadId tid, MC_Chunk* mc) in MC_() function
308 void MC_(set_freed_at) (ThreadId tid, MC_Chunk* mc) in MC_() function
322 UInt MC_(n_where_pointers) (void) in MC_() function
339 void* MC_(new_block) ( ThreadId tid, in MC_() function
380 void* MC_(malloc) ( ThreadId tid, SizeT n ) in MC_() function
390 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) in MC_() function
400 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n ) in MC_() function
[all …]
Dmc_errors.c204 void MC_(before_pp_Error) ( const Error* err ) { in MC_() function
255 UInt MC_(all_Reachedness)(void) in MC_() function
305 HChar * MC_(snprintf_delta) (HChar * buf, Int size, in MC_() function
408 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records, in MC_() function
414 void MC_(pp_Error) ( const Error* err ) in MC_() function
737 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB, in MC_() function
763 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag ) in MC_() function
775 void MC_(record_cond_error) ( ThreadId tid, UInt otag ) in MC_() function
789 void MC_(record_core_mem_error) ( ThreadId tid, const HChar* msg ) in MC_() function
794 void MC_(record_regparam_error) ( ThreadId tid, const HChar* msg, UInt otag ) in MC_() function
[all …]
Dmc_machine.c102 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB ) in MC_() function
1286 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr ) in MC_() function
Dmc_main.c1096 Bool MC_(in_ignored_range) ( Addr a ) in MC_() function
1786 void MC_(make_mem_noaccess) ( Addr a, SizeT len ) in MC_() function
1802 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) in MC_() function
1839 void MC_(make_mem_defined) ( Addr a, SizeT len ) in MC_() function
1894 void MC_(copy_address_range_state) ( Addr src, Addr dst, SizeT len ) in MC_() function
3522 void MC_(helperc_MAKE_STACK_UNINIT) ( Addr base, UWord len, Addr nia ) in MC_() function
3758 Bool MC_(check_mem_is_noaccess) ( Addr a, SizeT len, Addr* bad_addr ) in MC_() function
4484 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256* res, Addr a ) in MC_() function
4488 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256* res, Addr a ) in MC_() function
4493 VG_REGPARM(2) void MC_(helperc_LOADV128be) ( /*OUT*/V128* res, Addr a ) in MC_() function
[all …]
Dmc_leakcheck.c1605 Bool MC_(print_block_list) ( UInt loss_record_nr_from, in MC_() function
1764 void MC_(detect_memory_leaks) ( ThreadId tid, LeakCheckParams* lcp) in MC_() function
1982 void MC_(who_points_at) ( Addr address, SizeT szB) in MC_() function
Dmc_include.h35 #define MC_(str) VGAPPEND(vgMemCheck_,str) macro
Dmc_translate.c6251 IRSB* MC_(instrument) ( VgCallbackClosure* closure, in MC_() function
6667 IRSB* MC_(final_tidy) ( IRSB* sb_in ) in MC_() function
/external/valgrind/VEX/useful/
Dtest_main.c479 #define MC_(zzzz) MC_##zzzz macro