Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_malloc_wrappers.c175 MC_Chunk* MC_(get_freed_block_bracketting) (Addr a) in MC_() function
271 ExeContext* MC_(allocated_at) (MC_Chunk* mc) in MC_() function
284 ExeContext* MC_(freed_at) (MC_Chunk* mc) in MC_() function
299 void MC_(set_allocated_at) (ThreadId tid, MC_Chunk* mc) in MC_() function
314 void MC_(set_freed_at) (ThreadId tid, MC_Chunk* mc) in MC_() function
343 UInt MC_(n_where_pointers) (void) in MC_() function
360 void* MC_(new_block) ( ThreadId tid, in MC_() function
402 void* MC_(malloc) ( ThreadId tid, SizeT n ) in MC_() function
412 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) in MC_() function
422 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
770 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag ) in MC_() function
782 void MC_(record_cond_error) ( ThreadId tid, UInt otag ) in MC_() function
796 void MC_(record_core_mem_error) ( ThreadId tid, const HChar* msg ) in MC_() function
801 void MC_(record_regparam_error) ( ThreadId tid, const HChar* msg, UInt otag ) in MC_() function
[all …]
Dmc_main.c1111 Bool MC_(in_ignored_range) ( Addr a ) in MC_() function
1130 Bool MC_(in_ignored_range_below_sp) ( Addr sp, Addr a, UInt szB ) in MC_() function
1841 void MC_(make_mem_noaccess) ( Addr a, SizeT len ) in MC_() function
1857 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) in MC_() function
1894 void MC_(make_mem_defined) ( Addr a, SizeT len ) in MC_() function
1949 void MC_(copy_address_range_state) ( Addr src, Addr dst, SizeT len ) in MC_() function
3578 void MC_(helperc_MAKE_STACK_UNINIT_w_o) ( Addr base, UWord len, Addr nia ) in MC_() function
3780 void MC_(helperc_MAKE_STACK_UNINIT_no_o) ( Addr base, UWord len ) in MC_() function
3925 void MC_(helperc_MAKE_STACK_UNINIT_128_no_o) ( Addr base ) in MC_() function
4070 Bool MC_(check_mem_is_noaccess) ( Addr a, SizeT len, Addr* bad_addr ) in MC_() function
[all …]
Dmc_machine.c97 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB ) in MC_() function
1269 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr ) in MC_() function
Dmc_leakcheck.c1340 static void MC_(XT_Leak_init)(void* xtl) in MC_() function
1344 static void MC_(XT_Leak_add) (void* to, const void* xtleak) in MC_() function
1387 static void MC_(XT_Leak_sub) (void* from, const void* xtleak) in MC_() function
1391 static const HChar* MC_(XT_Leak_img) (const void* xtleak) in MC_() function
1817 Bool MC_(print_block_list) ( UInt loss_record_nr_from, in MC_() function
1995 void MC_(detect_memory_leaks) ( ThreadId tid, LeakCheckParams* lcp) in MC_() function
2249 void MC_(who_points_at) ( Addr address, SizeT szB) in MC_() function
Dmc_include.h35 #define MC_(str) VGAPPEND(vgMemCheck_,str) macro
Dmc_translate.c6346 IRSB* MC_(instrument) ( VgCallbackClosure* closure, in MC_() function
6863 IRSB* MC_(final_tidy) ( IRSB* sb_in ) in MC_() function
7672 void MC_(do_instrumentation_startup_checks)( void ) in MC_() function