Home
last modified time | relevance | path

Searched refs:vtable_fixups (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/mscoree/
H A Dcorruntimehost.c989 VTableFixup *vtable_fixups; in FixupVTable() local
995 hr = assembly_get_vtable_fixups(assembly, &vtable_fixups, &vtable_fixup_count); in FixupVTable()
998 FixupVTableEntry(hmodule, &vtable_fixups[i]); in FixupVTable()