Data Fields | |
char * | name |
struct opd_image * | image |
unsigned long | start |
unsigned long | end |
struct list_head | module_list |
Definition at line 30 of file opd_kernel.c.
unsigned long opd_module::end |
Definition at line 34 of file opd_kernel.c.
Referenced by opd_add_kernel_map(), opd_create_module(), opd_find_module_by_eip(), and opd_get_module_info().
struct opd_image* opd_module::image [read] |
Definition at line 32 of file opd_kernel.c.
Referenced by opd_add_kernel_map(), opd_create_module(), opd_get_module_info(), and opd_handle_module_sample().
struct list_head opd_module::module_list [read] |
Definition at line 35 of file opd_kernel.c.
Referenced by opd_clear_module_info(), opd_create_module(), opd_find_module_by_eip(), and opd_find_module_by_name().
char* opd_module::name |
Definition at line 31 of file opd_kernel.c.
Referenced by opd_add_kernel_map(), opd_clear_module_info(), opd_create_module(), opd_drop_module_sample(), opd_find_module_by_name(), and opd_handle_module_sample().
unsigned long opd_module::start |
Definition at line 33 of file opd_kernel.c.
Referenced by opd_add_kernel_map(), opd_create_module(), opd_find_module_by_eip(), opd_get_module_info(), and opd_handle_module_sample().