Searched refs:NumberOfFunctions (Results 1 – 15 of 15) sorted by relevance
/reactos/drivers/network/ndis/ndis/ |
H A D | 40stubs.c | 303 OUT PUINT NumberOfFunctions) in NdisReadEisaSlotInformationEx() argument
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | ntddk_ex.h | 198 DWORD NumberOfFunctions; member
|
/reactos/drivers/storage/ide/uniata/ |
H A D | ntddk_ex.h | 626 DWORD NumberOfFunctions; member
|
/reactos/sdk/include/ddk/ |
H A D | ntimage.h | 85 ULONG NumberOfFunctions; member
|
H A D | ndis.h | 3978 OUT PUINT NumberOfFunctions);
|
/reactos/modules/rosapps/applications/devutils/createspec/ |
H A D | createspec.c | 327 cFunctions = pExportDir->NumberOfFunctions; in GetExportsFromFile()
|
/reactos/sdk/include/psdk/ |
H A D | usbioctl.h | 594 UCHAR NumberOfFunctions; member
|
/reactos/modules/rosapps/applications/sysutils/pedump/ |
H A D | pedump.c | 315 DWORD NumberOfFunctions; member 2437 for (i = 0; i < (int) ped->NumberOfFunctions; i++) in GetExportFunctionNames() 2462 for (i = ordBase; i < (int) ped->NumberOfFunctions + ordBase; i++) in GetExportFunctionNames()
|
/reactos/dll/ntdll/ldr/ |
H A D | ldrpe.c | 1012 if ((ULONG)Ordinal >= ExportDirectory->NumberOfFunctions) in LdrpSnapThunk()
|
/reactos/boot/freeldr/freeldr/lib/ |
H A D | peloader.c | 279 if (Ordinal >= ExportDirectory->NumberOfFunctions) in PeLdrpBindImportName()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | generated.c | 751 TEST_FIELD_SIZE (IMAGE_EXPORT_DIRECTORY, NumberOfFunctions, 4) in test_pack_IMAGE_EXPORT_DIRECTORY() 752 TEST_FIELD_ALIGN (IMAGE_EXPORT_DIRECTORY, NumberOfFunctions, 4) in test_pack_IMAGE_EXPORT_DIRECTORY() 753 TEST_FIELD_OFFSET(IMAGE_EXPORT_DIRECTORY, NumberOfFunctions, 20) in test_pack_IMAGE_EXPORT_DIRECTORY() 4168 TEST_FIELD_SIZE (IMAGE_EXPORT_DIRECTORY, NumberOfFunctions, 4) in test_pack_IMAGE_EXPORT_DIRECTORY() 4169 TEST_FIELD_ALIGN (IMAGE_EXPORT_DIRECTORY, NumberOfFunctions, 4) in test_pack_IMAGE_EXPORT_DIRECTORY() 4170 TEST_FIELD_OFFSET(IMAGE_EXPORT_DIRECTORY, NumberOfFunctions, 20) in test_pack_IMAGE_EXPORT_DIRECTORY()
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | sysldr.c | 350 if (Ordinal >= ExportDirectory->NumberOfFunctions) in RtlpFindExportedRoutineByName() 833 if (Ordinal >= ExportDirectory->NumberOfFunctions) in MiSnapThunk()
|
/reactos/dll/win32/dbghelp/ |
H A D | pe_module.c | 727 for (i = 0; i < exports->NumberOfFunctions; i++) in pe_load_export_debug_info()
|
H A D | compat.h | 163 DWORD NumberOfFunctions; member
|
/reactos/sdk/include/xdk/ |
H A D | winnt_old.h | 3371 DWORD NumberOfFunctions; member
|