Lines Matching refs:image_base
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()
768 RtlVirtualUnwind(UNW_FLAG_NHANDLER, image_base, ctx->Rip, in get_prev_context()