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) (
367 extern void VG_(needs_superblock_discards) (
388 extern void VG_(needs_command_line_options) (
410 extern void VG_(needs_client_requests) (
436 extern void VG_(needs_syscall_wrapper) (
447 extern void VG_(needs_sanity_checks) (
453 extern void VG_(needs_print_stats) (
461 extern void VG_(needs_info_location) (
467 extern void VG_(needs_var_info) ( void );
473 extern void VG_(needs_malloc_replacement)(
490 extern void VG_(needs_xml_output) ( void );
495 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
538 void VG_(track_new_mem_startup) (void(*f)(Addr a, SizeT len,
541 void VG_(track_new_mem_stack_signal)(void(*f)(Addr a, SizeT len, ThreadId tid));
542 void VG_(track_new_mem_brk) (void(*f)(Addr a, SizeT len, ThreadId tid));
543 void VG_(track_new_mem_mmap) (void(*f)(Addr a, SizeT len,
547 void VG_(track_copy_mem_remap) (void(*f)(Addr from, Addr to, SizeT len));
548 void VG_(track_change_mem_mprotect) (void(*f)(Addr a, SizeT len,
550 void VG_(track_die_mem_stack_signal)(void(*f)(Addr a, SizeT len));
551 void VG_(track_die_mem_brk) (void(*f)(Addr a, SizeT len));
552 void VG_(track_die_mem_munmap) (void(*f)(Addr a, SizeT len));
574 void VG_(track_new_mem_stack_4_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
575 void VG_(track_new_mem_stack_8_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
576 void VG_(track_new_mem_stack_12_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
577 void VG_(track_new_mem_stack_16_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
578 void VG_(track_new_mem_stack_32_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
579 void VG_(track_new_mem_stack_112_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
580 void VG_(track_new_mem_stack_128_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
581 void VG_(track_new_mem_stack_144_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
582 void VG_(track_new_mem_stack_160_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
583 void VG_(track_new_mem_stack_w_ECU) (void(*f)(Addr a, SizeT len,
586 void VG_(track_new_mem_stack_4) (VG_REGPARM(1) void(*f)(Addr new_ESP));
587 void VG_(track_new_mem_stack_8) (VG_REGPARM(1) void(*f)(Addr new_ESP));
588 void VG_(track_new_mem_stack_12) (VG_REGPARM(1) void(*f)(Addr new_ESP));
589 void VG_(track_new_mem_stack_16) (VG_REGPARM(1) void(*f)(Addr new_ESP));
590 void VG_(track_new_mem_stack_32) (VG_REGPARM(1) void(*f)(Addr new_ESP));
591 void VG_(track_new_mem_stack_112)(VG_REGPARM(1) void(*f)(Addr new_ESP));
592 void VG_(track_new_mem_stack_128)(VG_REGPARM(1) void(*f)(Addr new_ESP));
593 void VG_(track_new_mem_stack_144)(VG_REGPARM(1) void(*f)(Addr new_ESP));
594 void VG_(track_new_mem_stack_160)(VG_REGPARM(1) void(*f)(Addr new_ESP));
595 void VG_(track_new_mem_stack) (void(*f)(Addr a, SizeT len));
597 void VG_(track_die_mem_stack_4) (VG_REGPARM(1) void(*f)(Addr die_ESP));
598 void VG_(track_die_mem_stack_8) (VG_REGPARM(1) void(*f)(Addr die_ESP));
599 void VG_(track_die_mem_stack_12) (VG_REGPARM(1) void(*f)(Addr die_ESP));
600 void VG_(track_die_mem_stack_16) (VG_REGPARM(1) void(*f)(Addr die_ESP));
601 void VG_(track_die_mem_stack_32) (VG_REGPARM(1) void(*f)(Addr die_ESP));
602 void VG_(track_die_mem_stack_112)(VG_REGPARM(1) void(*f)(Addr die_ESP));
603 void VG_(track_die_mem_stack_128)(VG_REGPARM(1) void(*f)(Addr die_ESP));
604 void VG_(track_die_mem_stack_144)(VG_REGPARM(1) void(*f)(Addr die_ESP));
605 void VG_(track_die_mem_stack_160)(VG_REGPARM(1) void(*f)(Addr die_ESP));
606 void VG_(track_die_mem_stack) (void(*f)(Addr a, SizeT len));
609 void VG_(track_ban_mem_stack) (void(*f)(Addr a, SizeT len));
612 void VG_(track_pre_mem_read) (void(*f)(CorePart part, ThreadId tid,
614 void VG_(track_pre_mem_read_asciiz)(void(*f)(CorePart part, ThreadId tid,
616 void VG_(track_pre_mem_write) (void(*f)(CorePart part, ThreadId tid,
618 void VG_(track_post_mem_write) (void(*f)(CorePart part, ThreadId tid,
623 void VG_(track_pre_reg_read) (void(*f)(CorePart part, ThreadId tid,
626 void VG_(track_post_reg_write)(void(*f)(CorePart part, ThreadId tid,
631 void VG_(track_post_reg_write_clientcall_return)(
637 void VG_(track_copy_mem_to_reg)(void(*f)(CorePart part, ThreadId tid,
640 void VG_(track_copy_reg_to_mem)(void(*f)(CorePart part, ThreadId tid,
657 void VG_(track_start_client_code)(
660 void VG_(track_stop_client_code)(
701 void VG_(track_pre_thread_ll_create) (void(*f)(ThreadId tid, ThreadId child));
702 void VG_(track_pre_thread_first_insn)(void(*f)(ThreadId tid));
703 void VG_(track_pre_thread_ll_exit) (void(*f)(ThreadId tid));
712 void VG_(track_pre_deliver_signal) (void(*f)(ThreadId tid, Int sigNo,
716 void VG_(track_post_deliver_signal)(void(*f)(ThreadId tid, Int sigNo));