Searched refs:RtlpUnloadEventTrace (Results 1 – 1 of 1) sorted by relevance
13 static RTL_UNLOAD_EVENT_TRACE RtlpUnloadEventTrace[RTL_UNLOAD_EVENT_TRACE_NUMBER]; variable23 return RtlpUnloadEventTrace; in RtlGetUnloadEventTrace()38 RtlpUnloadEventTrace[Index].BaseAddress = LdrEntry->DllBase; in LdrpRecordUnloadEvent()39 RtlpUnloadEventTrace[Index].SizeOfImage = LdrEntry->SizeOfImage; in LdrpRecordUnloadEvent()40 RtlpUnloadEventTrace[Index].Sequence = Sequence; in LdrpRecordUnloadEvent()46 RtlpUnloadEventTrace[Index].TimeDateStamp = NtHeaders->FileHeader.TimeDateStamp; in LdrpRecordUnloadEvent()47 RtlpUnloadEventTrace[Index].CheckSum = NtHeaders->OptionalHeader.CheckSum; in LdrpRecordUnloadEvent()51 RtlpUnloadEventTrace[Index].TimeDateStamp = 0; in LdrpRecordUnloadEvent()52 RtlpUnloadEventTrace[Index].CheckSum = 0; in LdrpRecordUnloadEvent()57 if (StringLen < RTL_NUMBER_OF(RtlpUnloadEventTrace[Index].ImageName)) in LdrpRecordUnloadEvent()[all …]