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)(
246 extern void VG_(details_name) ( const HChar* name );
247 extern void VG_(details_version) ( const HChar* version );
248 extern void VG_(details_description) ( const HChar* description );
249 extern void VG_(details_copyright_author) ( const HChar* copyright_author );
254 extern void VG_(details_avg_translation_sizeB) ( UInt size );
258 extern void VG_(details_bug_reports_to) ( const HChar* bug_reports_to );
264 extern void VG_(needs_libc_freeres) ( void );
272 extern void VG_(needs_core_errors) ( void );
279 extern void VG_(needs_tool_errors) (
369 extern void VG_(needs_superblock_discards) (
390 extern void VG_(needs_command_line_options) (
412 extern void VG_(needs_client_requests) (
438 extern void VG_(needs_syscall_wrapper) (
449 extern void VG_(needs_sanity_checks) (
455 extern void VG_(needs_print_stats) (
463 extern void VG_(needs_info_location) (
469 extern void VG_(needs_var_info) ( void );
475 extern void VG_(needs_malloc_replacement)(
492 extern void VG_(needs_xml_output) ( void );
497 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
540 void VG_(track_new_mem_startup) (void(*f)(Addr a, SizeT len,
543 void VG_(track_new_mem_stack_signal)(void(*f)(Addr a, SizeT len, ThreadId tid));
544 void VG_(track_new_mem_brk) (void(*f)(Addr a, SizeT len, ThreadId tid));
545 void VG_(track_new_mem_mmap) (void(*f)(Addr a, SizeT len,
549 void VG_(track_copy_mem_remap) (void(*f)(Addr from, Addr to, SizeT len));
550 void VG_(track_change_mem_mprotect) (void(*f)(Addr a, SizeT len,
552 void VG_(track_die_mem_stack_signal)(void(*f)(Addr a, SizeT len));
553 void VG_(track_die_mem_brk) (void(*f)(Addr a, SizeT len));
554 void VG_(track_die_mem_munmap) (void(*f)(Addr a, SizeT len));
576 void VG_(track_new_mem_stack_4_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
577 void VG_(track_new_mem_stack_8_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
578 void VG_(track_new_mem_stack_12_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
579 void VG_(track_new_mem_stack_16_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
580 void VG_(track_new_mem_stack_32_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
581 void VG_(track_new_mem_stack_112_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
582 void VG_(track_new_mem_stack_128_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
583 void VG_(track_new_mem_stack_144_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
584 void VG_(track_new_mem_stack_160_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
585 void VG_(track_new_mem_stack_w_ECU) (void(*f)(Addr a, SizeT len,
588 void VG_(track_new_mem_stack_4) (VG_REGPARM(1) void(*f)(Addr new_ESP));
589 void VG_(track_new_mem_stack_8) (VG_REGPARM(1) void(*f)(Addr new_ESP));
590 void VG_(track_new_mem_stack_12) (VG_REGPARM(1) void(*f)(Addr new_ESP));
591 void VG_(track_new_mem_stack_16) (VG_REGPARM(1) void(*f)(Addr new_ESP));
592 void VG_(track_new_mem_stack_32) (VG_REGPARM(1) void(*f)(Addr new_ESP));
593 void VG_(track_new_mem_stack_112)(VG_REGPARM(1) void(*f)(Addr new_ESP));
594 void VG_(track_new_mem_stack_128)(VG_REGPARM(1) void(*f)(Addr new_ESP));
595 void VG_(track_new_mem_stack_144)(VG_REGPARM(1) void(*f)(Addr new_ESP));
596 void VG_(track_new_mem_stack_160)(VG_REGPARM(1) void(*f)(Addr new_ESP));
597 void VG_(track_new_mem_stack) (void(*f)(Addr a, SizeT len));
599 void VG_(track_die_mem_stack_4) (VG_REGPARM(1) void(*f)(Addr die_ESP));
600 void VG_(track_die_mem_stack_8) (VG_REGPARM(1) void(*f)(Addr die_ESP));
601 void VG_(track_die_mem_stack_12) (VG_REGPARM(1) void(*f)(Addr die_ESP));
602 void VG_(track_die_mem_stack_16) (VG_REGPARM(1) void(*f)(Addr die_ESP));
603 void VG_(track_die_mem_stack_32) (VG_REGPARM(1) void(*f)(Addr die_ESP));
604 void VG_(track_die_mem_stack_112)(VG_REGPARM(1) void(*f)(Addr die_ESP));
605 void VG_(track_die_mem_stack_128)(VG_REGPARM(1) void(*f)(Addr die_ESP));
606 void VG_(track_die_mem_stack_144)(VG_REGPARM(1) void(*f)(Addr die_ESP));
607 void VG_(track_die_mem_stack_160)(VG_REGPARM(1) void(*f)(Addr die_ESP));
608 void VG_(track_die_mem_stack) (void(*f)(Addr a, SizeT len));
611 void VG_(track_ban_mem_stack) (void(*f)(Addr a, SizeT len));
614 void VG_(track_pre_mem_read) (void(*f)(CorePart part, ThreadId tid,
616 void VG_(track_pre_mem_read_asciiz)(void(*f)(CorePart part, ThreadId tid,
618 void VG_(track_pre_mem_write) (void(*f)(CorePart part, ThreadId tid,
620 void VG_(track_post_mem_write) (void(*f)(CorePart part, ThreadId tid,
625 void VG_(track_pre_reg_read) (void(*f)(CorePart part, ThreadId tid,
628 void VG_(track_post_reg_write)(void(*f)(CorePart part, ThreadId tid,
633 void VG_(track_post_reg_write_clientcall_return)(
649 void VG_(track_start_client_code)(
652 void VG_(track_stop_client_code)(
693 void VG_(track_pre_thread_ll_create) (void(*f)(ThreadId tid, ThreadId child));
694 void VG_(track_pre_thread_first_insn)(void(*f)(ThreadId tid));
695 void VG_(track_pre_thread_ll_exit) (void(*f)(ThreadId tid));
704 void VG_(track_pre_deliver_signal) (void(*f)(ThreadId tid, Int sigNo,
708 void VG_(track_post_deliver_signal)(void(*f)(ThreadId tid, Int sigNo));