Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/include/
H A Dapitest_iathook.h34PIMAGE_IMPORT_BY_NAME ImportName = (PIMAGE_IMPORT_BY_NAME)(DllBase + OriginalThunk->u1.AddressOfDa… in RedirectIat()
/reactos/boot/freeldr/freeldr/lib/
H A Dpeloader.c154 PIMAGE_IMPORT_BY_NAME ImportData; in PeLdrpBindImportName()
201 Hint = ((PIMAGE_IMPORT_BY_NAME)VaToPa((PVOID)ThunkData->u1.AddressOfData))->Hint; in PeLdrpBindImportName()
344 PIMAGE_IMPORT_BY_NAME ImportByName; in PeLdrpBindImportName()
351 ImportByName = (PIMAGE_IMPORT_BY_NAME)Buffer; in PeLdrpBindImportName()
/reactos/sdk/lib/delayimp/
H A Ddelayimp.c81 PIMAGE_IMPORT_BY_NAME piibn = PFromRva((RVA)pINT[index].u1.AddressOfData); in __delayLoadHelper2()
/reactos/dll/ntdll/ldr/
H A Dldrpe.c949 PIMAGE_IMPORT_BY_NAME AddressOfData; in LdrpSnapThunk()
977 AddressOfData = (PIMAGE_IMPORT_BY_NAME) in LdrpSnapThunk()
H A Dldrutils.c2238 PIMAGE_IMPORT_BY_NAME ImportName = NULL;
2278 ImportName = (PIMAGE_IMPORT_BY_NAME)ImportBuffer;
2394 if (ImportName && (ImportName != (PIMAGE_IMPORT_BY_NAME)ImportBuffer))
/reactos/sdk/include/ddk/
H A Dntimage.h497 } IMAGE_IMPORT_BY_NAME, *PIMAGE_IMPORT_BY_NAME; typedef
/reactos/sdk/lib/3rdparty/libwin-iconv/
H A Dwin_iconv.c1252 PIMAGE_IMPORT_BY_NAME ImpName; in find_imported_function()
1270 ImpName = (PIMAGE_IMPORT_BY_NAME) in find_imported_function()
/reactos/dll/appcompat/apphelp/
H A Dshimeng.c1020 PIMAGE_IMPORT_BY_NAME ImportName; in SeiHookImports()
1022 … ImportName = (PIMAGE_IMPORT_BY_NAME)(DllBase + OriginalThunk->u1.Function); in SeiHookImports()
/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c2153 TEST_TYPE_SIZE (PIMAGE_IMPORT_BY_NAME, 8) in test_pack_PIMAGE_IMPORT_BY_NAME()
2154 TEST_TYPE_ALIGN (PIMAGE_IMPORT_BY_NAME, 8) in test_pack_PIMAGE_IMPORT_BY_NAME()
2155 TEST_TARGET_SIZE (PIMAGE_IMPORT_BY_NAME, 4) in test_pack_PIMAGE_IMPORT_BY_NAME()
2156 TEST_TARGET_ALIGN(PIMAGE_IMPORT_BY_NAME, 2) in test_pack_PIMAGE_IMPORT_BY_NAME()
5570 TEST_TYPE_SIZE (PIMAGE_IMPORT_BY_NAME, 4) in test_pack_PIMAGE_IMPORT_BY_NAME()
5571 TEST_TYPE_ALIGN (PIMAGE_IMPORT_BY_NAME, 4) in test_pack_PIMAGE_IMPORT_BY_NAME()
5572 TEST_TARGET_SIZE (PIMAGE_IMPORT_BY_NAME, 4) in test_pack_PIMAGE_IMPORT_BY_NAME()
5573 TEST_TARGET_ALIGN(PIMAGE_IMPORT_BY_NAME, 2) in test_pack_PIMAGE_IMPORT_BY_NAME()
/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c761 PIMAGE_IMPORT_BY_NAME NameImport; in MiSnapThunk()
773 PIMAGE_IMPORT_BY_NAME ForwardName; in MiSnapThunk()
792 NameImport = (PIMAGE_IMPORT_BY_NAME)Name->u1.AddressOfData; in MiSnapThunk()
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c2356 PIMAGE_IMPORT_BY_NAME import_by_name; in hook_WaitForInputIdle()
2357 import_by_name = (PIMAGE_IMPORT_BY_NAME)(base + int_entry->u1.AddressOfData); in hook_WaitForInputIdle()
/reactos/modules/rosapps/applications/sysutils/pedump/
H A Dpedump.c334 IMAGE_IMPORT_BY_NAME, *PIMAGE_IMPORT_BY_NAME; typedef
/reactos/sdk/include/xdk/
H A Dwinnt_old.h3381 } IMAGE_IMPORT_BY_NAME, *PIMAGE_IMPORT_BY_NAME; typedef