ReactOS 0.4.15-dev-8614-gbc76250
|
#include <image_private.h>
Public Attributes | |
const char *(* | map_section )(struct image_section_map *ism) |
void(* | unmap_section )(struct image_section_map *ism) |
BOOL(* | find_section )(struct image_file_map *fmap, const char *name, struct image_section_map *ism) |
DWORD_PTR(* | get_map_rva )(const struct image_section_map *ism) |
unsigned(* | get_map_size )(const struct image_section_map *ism) |
void(* | unmap_file )(struct image_file_map *fmap) |
Definition at line 198 of file image_private.h.
BOOL(* image_file_map_ops::find_section) (struct image_file_map *fmap, const char *name, struct image_section_map *ism) |
Definition at line 202 of file image_private.h.
DWORD_PTR(* image_file_map_ops::get_map_rva) (const struct image_section_map *ism) |
Definition at line 203 of file image_private.h.
unsigned(* image_file_map_ops::get_map_size) (const struct image_section_map *ism) |
Definition at line 204 of file image_private.h.
const char *(* image_file_map_ops::map_section) (struct image_section_map *ism) |
Definition at line 200 of file image_private.h.
void(* image_file_map_ops::unmap_file) (struct image_file_map *fmap) |
Definition at line 205 of file image_private.h.
void(* image_file_map_ops::unmap_section) (struct image_section_map *ism) |
Definition at line 201 of file image_private.h.