RtlCaptureImageExceptionValues

VOID __fastcall RtlCaptureImageExceptionValues(
        VOID *Base,
        _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY **FunctionTable,
        UINT64 *TableSize){
  _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY *v5; 

  v5 = (_IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY *)RtlImageDirectoryEntryToData(Base, 1u, 3u, TableSize);
  *FunctionTable = v5;
  if( !v5 )
    *(_DWORD *)TableSize = 0;
}

Referenced by:

KiFatalExceptionFilter
KiLockExtendedServiceTable
KiLockServiceTable
RtlInsertInvertedFunctionTable
RtlpLookupUserFunctionTable