Searched refs:ExportTable (Results 1 – 1 of 1) sorted by relevance
321 PULONG ExportTable; in RtlpFindExportedRoutineByName() local354 ExportTable = (PULONG)RVA(ImageBase, ExportDirectory->AddressOfFunctions); in RtlpFindExportedRoutineByName()355 FunctionAddress = (ULONG_PTR)RVA(ImageBase, ExportTable[Ordinal]); in RtlpFindExportedRoutineByName()766 PULONG ExportTable; in MiSnapThunk() local844 ExportTable = (PULONG)((ULONG_PTR)DllBase + in MiSnapThunk()846 Address->u1.Function = (ULONG_PTR)DllBase + ExportTable[Ordinal]; in MiSnapThunk()