Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c321 PULONG ExportTable; in RtlpFindExportedRoutineByName() local
354 ExportTable = (PULONG)RVA(ImageBase, ExportDirectory->AddressOfFunctions); in RtlpFindExportedRoutineByName()
355 FunctionAddress = (ULONG_PTR)RVA(ImageBase, ExportTable[Ordinal]); in RtlpFindExportedRoutineByName()
766 PULONG ExportTable; in MiSnapThunk() local
844 ExportTable = (PULONG)((ULONG_PTR)DllBase + in MiSnapThunk()
846 Address->u1.Function = (ULONG_PTR)DllBase + ExportTable[Ordinal]; in MiSnapThunk()