⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcs_hook.h

📁 linux内核源码
💻 H
字号:
// $Id: vcs_hook.h,v 1.1 2003/08/12 12:01:06 starvik Exp $//// Call simulator hook functions#ifndef HOOK_H#define HOOK_Hint hook_call( unsigned id, unsigned pcnt, ...);enum hook_ids {  hook_debug_on = 1,  hook_debug_off,  hook_stop_sim_ok,  hook_stop_sim_fail,  hook_alloc_shared,  hook_ptr_shared,  hook_free_shared,  hook_file2shared,  hook_cmp_shared,  hook_print_params,  hook_sim_time,  hook_stop_sim,  hook_kick_dog,  hook_dog_timeout,  hook_rand,  hook_srand,  hook_rand_range,  hook_print_str,  hook_print_hex,  hook_cmp_offset_shared,  hook_fill_random_shared,  hook_alloc_random_data,  hook_calloc_random_data,  hook_print_int,  hook_print_uint,  hook_fputc,  hook_init_fd,  hook_sbrk};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -