Lines Matching refs:VG_
48 extern void (*VG_(tl_pre_clo_init)) ( void );
55 void (*VG_(tl_pre_clo_init)) ( void ) = pre_clo_init;
73 extern void VG_(basic_tool_funcs)(
245 extern void VG_(details_name) ( Char* name );
246 extern void VG_(details_version) ( Char* version );
247 extern void VG_(details_description) ( Char* description );
248 extern void VG_(details_copyright_author) ( Char* copyright_author );
253 extern void VG_(details_avg_translation_sizeB) ( UInt size );
257 extern void VG_(details_bug_reports_to) ( Char* bug_reports_to );
263 extern void VG_(needs_libc_freeres) ( void );
271 extern void VG_(needs_core_errors) ( void );
278 extern void VG_(needs_tool_errors) (
355 extern void VG_(needs_superblock_discards) (
376 extern void VG_(needs_command_line_options) (
398 extern void VG_(needs_client_requests) (
424 extern void VG_(needs_syscall_wrapper) (
435 extern void VG_(needs_sanity_checks) (
441 extern void VG_(needs_var_info) ( void );
447 extern void VG_(needs_malloc_replacement)(
464 extern void VG_(needs_xml_output) ( void );
469 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
512 void VG_(track_new_mem_startup) (void(*f)(Addr a, SizeT len,
515 void VG_(track_new_mem_stack_signal)(void(*f)(Addr a, SizeT len, ThreadId tid));
516 void VG_(track_new_mem_brk) (void(*f)(Addr a, SizeT len, ThreadId tid));
517 void VG_(track_new_mem_mmap) (void(*f)(Addr a, SizeT len,
521 void VG_(track_copy_mem_remap) (void(*f)(Addr from, Addr to, SizeT len));
522 void VG_(track_change_mem_mprotect) (void(*f)(Addr a, SizeT len,
524 void VG_(track_die_mem_stack_signal)(void(*f)(Addr a, SizeT len));
525 void VG_(track_die_mem_brk) (void(*f)(Addr a, SizeT len));
526 void VG_(track_die_mem_munmap) (void(*f)(Addr a, SizeT len));
548 void VG_(track_new_mem_stack_4_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
549 void VG_(track_new_mem_stack_8_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
550 void VG_(track_new_mem_stack_12_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
551 void VG_(track_new_mem_stack_16_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
552 void VG_(track_new_mem_stack_32_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
553 void VG_(track_new_mem_stack_112_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
554 void VG_(track_new_mem_stack_128_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
555 void VG_(track_new_mem_stack_144_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
556 void VG_(track_new_mem_stack_160_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
557 void VG_(track_new_mem_stack_w_ECU) (void(*f)(Addr a, SizeT len,
560 void VG_(track_new_mem_stack_4) (VG_REGPARM(1) void(*f)(Addr new_ESP));
561 void VG_(track_new_mem_stack_8) (VG_REGPARM(1) void(*f)(Addr new_ESP));
562 void VG_(track_new_mem_stack_12) (VG_REGPARM(1) void(*f)(Addr new_ESP));
563 void VG_(track_new_mem_stack_16) (VG_REGPARM(1) void(*f)(Addr new_ESP));
564 void VG_(track_new_mem_stack_32) (VG_REGPARM(1) void(*f)(Addr new_ESP));
565 void VG_(track_new_mem_stack_112)(VG_REGPARM(1) void(*f)(Addr new_ESP));
566 void VG_(track_new_mem_stack_128)(VG_REGPARM(1) void(*f)(Addr new_ESP));
567 void VG_(track_new_mem_stack_144)(VG_REGPARM(1) void(*f)(Addr new_ESP));
568 void VG_(track_new_mem_stack_160)(VG_REGPARM(1) void(*f)(Addr new_ESP));
569 void VG_(track_new_mem_stack) (void(*f)(Addr a, SizeT len));
571 void VG_(track_die_mem_stack_4) (VG_REGPARM(1) void(*f)(Addr die_ESP));
572 void VG_(track_die_mem_stack_8) (VG_REGPARM(1) void(*f)(Addr die_ESP));
573 void VG_(track_die_mem_stack_12) (VG_REGPARM(1) void(*f)(Addr die_ESP));
574 void VG_(track_die_mem_stack_16) (VG_REGPARM(1) void(*f)(Addr die_ESP));
575 void VG_(track_die_mem_stack_32) (VG_REGPARM(1) void(*f)(Addr die_ESP));
576 void VG_(track_die_mem_stack_112)(VG_REGPARM(1) void(*f)(Addr die_ESP));
577 void VG_(track_die_mem_stack_128)(VG_REGPARM(1) void(*f)(Addr die_ESP));
578 void VG_(track_die_mem_stack_144)(VG_REGPARM(1) void(*f)(Addr die_ESP));
579 void VG_(track_die_mem_stack_160)(VG_REGPARM(1) void(*f)(Addr die_ESP));
580 void VG_(track_die_mem_stack) (void(*f)(Addr a, SizeT len));
583 void VG_(track_ban_mem_stack) (void(*f)(Addr a, SizeT len));
586 void VG_(track_pre_mem_read) (void(*f)(CorePart part, ThreadId tid,
588 void VG_(track_pre_mem_read_asciiz)(void(*f)(CorePart part, ThreadId tid,
590 void VG_(track_pre_mem_write) (void(*f)(CorePart part, ThreadId tid,
592 void VG_(track_post_mem_write) (void(*f)(CorePart part, ThreadId tid,
597 void VG_(track_pre_reg_read) (void(*f)(CorePart part, ThreadId tid,
600 void VG_(track_post_reg_write)(void(*f)(CorePart part, ThreadId tid,
605 void VG_(track_post_reg_write_clientcall_return)(
621 void VG_(track_start_client_code)(
624 void VG_(track_stop_client_code)(
665 void VG_(track_pre_thread_ll_create) (void(*f)(ThreadId tid, ThreadId child));
666 void VG_(track_pre_thread_first_insn)(void(*f)(ThreadId tid));
667 void VG_(track_pre_thread_ll_exit) (void(*f)(ThreadId tid));
676 void VG_(track_pre_deliver_signal) (void(*f)(ThreadId tid, Int sigNo,
680 void VG_(track_post_deliver_signal)(void(*f)(ThreadId tid, Int sigNo));