Searched refs:image_base (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/3rdparty/libwine/ |
H A D | dll_register.c | 28 static inline void *image_base(void) in image_base() function 41 return __wine_register_resources( image_base() ); in DllRegisterServer() 46 return __wine_unregister_resources( image_base() ); in DllUnregisterServer()
|
/reactos/sdk/lib/crt/wine/ |
H A D | except_x86_64.c | 135 static void dump_function_descr(const cxx_function_descr *descr, ULONG64 image_base) in dump_function_descr() argument 137 unwind_info *unwind_table = rva_to_ptr(descr->unwind_table, image_base); in dump_function_descr() 138 tryblock_info *tryblock = rva_to_ptr(descr->tryblock, image_base); in dump_function_descr() 139 ipmap_info *ipmap = rva_to_ptr(descr->ipmap, image_base); in dump_function_descr() 147 unwind_table[i].handler, rva_to_ptr(unwind_table[i].handler, image_base)); in dump_function_descr() 152 catchblock_info *catchblock = rva_to_ptr(tryblock[i].catchblock, image_base); in dump_function_descr() 162 rva_to_ptr(catchblock[j].handler, image_base), catchblock[j].frame, in dump_function_descr() 164 dbgstr_type_info(rva_to_ptr(catchblock[j].type_info, image_base))); in dump_function_descr() 756 ULONG64 frame, image_base; in get_prev_context() local 762 rf = RtlLookupFunctionEntry(ctx->Rip, &image_base, NULL); in get_prev_context() [all …]
|