Home
last modified time | relevance | path

Searched defs:image_file_map_ops (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dimage_private.h198 struct image_file_map_ops struct
200 const char* (*map_section)(struct image_section_map* ism);
201 void (*unmap_section)(struct image_section_map* ism);
202 …BOOL (*find_section)(struct image_file_map* fmap, const char* name, struct image_section_map* ism);
203 DWORD_PTR (*get_map_rva)(const struct image_section_map* ism);
204 unsigned (*get_map_size)(const struct image_section_map* ism);
205 void (*unmap_file)(struct image_file_map *fmap);