represent a mmap'ed area, we create such area only for vma area with exec access right More...
#include <opd_mapping.h>

Public Attributes | |
| struct list_head | next |
| next mapping for this image | |
| struct opd_image * | image |
| owning image | |
| unsigned long | start |
| mapping start vma | |
| unsigned long | offset |
| mapping offset | |
| unsigned long | end |
| mapping end vma | |
represent a mmap'ed area, we create such area only for vma area with exec access right
| unsigned long opd_map::end |
mapping end vma
Referenced by opd_add_mapping(), and opd_handle_fork().
struct opd_image* opd_map::image [read] |
owning image
Referenced by opd_add_mapping(), opd_handle_fork(), and opd_kill_maps().
struct list_head opd_map::next [read] |
next mapping for this image
Referenced by opd_add_mapping(), opd_handle_fork(), and opd_kill_maps().
| unsigned long opd_map::offset |
mapping offset
Referenced by opd_add_mapping(), and opd_handle_fork().
| unsigned long opd_map::start |
mapping start vma
Referenced by opd_add_mapping(), and opd_handle_fork().
1.6.1