#include <opd_mapping.h>
Data Fields | |
struct list_head | next |
struct opd_image * | image |
unsigned long | start |
unsigned long | offset |
unsigned long | end |
represent a mmap'ed area, we create such area only for vma area with exec access right
Definition at line 25 of file opd_mapping.h.
unsigned long opd_map::end |
mapping end vma
Definition at line 35 of file opd_mapping.h.
Referenced by opd_add_mapping(), opd_handle_fork(), and verb_show_sample().
struct opd_image* opd_map::image [read] |
owning image
Definition at line 29 of file opd_mapping.h.
Referenced by opd_add_mapping(), opd_get_ascii_maps(), opd_handle_fork(), opd_kill_maps(), opd_lookup_maps(), opd_remove_kernel_mapping(), and verb_show_sample().
struct list_head opd_map::next [read] |
next mapping for this image
Definition at line 27 of file opd_mapping.h.
Referenced by opd_add_mapping(), opd_get_ascii_maps(), opd_handle_fork(), opd_kill_maps(), opd_lookup_maps(), and opd_remove_kernel_mapping().
unsigned long opd_map::offset |
mapping offset
Definition at line 33 of file opd_mapping.h.
Referenced by opd_add_mapping(), opd_handle_fork(), opd_lookup_maps(), opd_map_offset(), opd_remove_kernel_mapping(), and verb_show_sample().
unsigned long opd_map::start |
mapping start vma
Definition at line 31 of file opd_mapping.h.
Referenced by opd_add_mapping(), opd_handle_fork(), opd_is_in_map(), opd_map_offset(), opd_remove_kernel_mapping(), and verb_show_sample().