#include <opd_anon.h>

Data Fields | |
| vma_t | start |
| vma_t | end |
| pid_t | tgid |
| cookie_t | app_cookie |
| struct list_head | list |
| struct list_head | lru_list |
| char | name [MAX_IMAGE_NAME_SIZE+1] |
Definition at line 31 of file opd_anon.h.
cookie of the app
Definition at line 39 of file opd_anon.h.
Referenced by add_anon_mapping(), anon_match(), and clear_anon_maps().
end of the mapping
Definition at line 35 of file opd_anon.h.
Referenced by add_anon_mapping(), anon_match(), find_anon_mapping(), get_anon_maps(), mangle_anon(), and verbose_print_sample().
struct list_head anon_mapping::list [read] |
hash list
Definition at line 41 of file opd_anon.h.
Referenced by add_anon_mapping(), clear_anon_maps(), do_lru(), and find_anon_mapping().
struct list_head anon_mapping::lru_list [read] |
lru list
Definition at line 43 of file opd_anon.h.
Referenced by add_anon_mapping(), clear_anon_maps(), and do_lru().
| char anon_mapping::name[MAX_IMAGE_NAME_SIZE+1] |
Definition at line 44 of file opd_anon.h.
Referenced by add_anon_mapping(), clear_anon_maps(), get_anon_maps(), and mangle_filename().
start of the mapping
Definition at line 33 of file opd_anon.h.
Referenced by add_anon_mapping(), anon_match(), find_anon_mapping(), get_anon_maps(), mangle_anon(), opd_open_sample_file(), and verbose_print_sample().
| pid_t anon_mapping::tgid |
tgid of the app
Definition at line 37 of file opd_anon.h.
Referenced by add_anon_mapping(), anon_match(), clear_anon_maps(), find_anon_mapping(), mangle_anon(), and verbose_print_sample().
1.6.1