summaryrefslogtreecommitdiff
path: root/chromium/chrome_elf/chrome_elf_x86.def
blob: 258af5bf8ffbe2da8017fa185703efd90bf8516d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
; Copyright 2013 The Chromium Authors. All rights reserved.
; Use of this source code is governed by a BSD-style license that can be
; found in the LICENSE file.
LIBRARY  "chrome_elf.dll"

EXPORTS
  ; When functions are added to this file, they must also be added to
  ; chrome_elf_x64.def

  ; From components/crash/content/app/crash_export_stubs.cc
  CrashForException_ExportThunk
  DumpHungProcessWithPtype_ExportThunk
  GetCrashpadDatabasePath_ExportThunk
  GetCrashReports_ExportThunk
  InjectDumpForHungInput_ExportThunk
  RequestSingleCrashUpload_ExportThunk
  SetUploadConsent_ExportThunk

  ; From chrome_elf/crash/crash_helper.cc
  SetMetricsClientId

  ; From chrome_elf/chrome_elf_main.cc
  DumpProcessWithoutCrash
  GetUserDataDirectoryThunk
  SignalChromeElf
  SignalInitializeCrashReporting

  ; From chrome/install_static
  GetInstallDetailsPayload

  ; From chrome_elf/blacklist/blacklist.cc
  AddDllToBlacklist
  IsBlacklistInitialized
  SuccessfullyBlocked

  ; From chrome_elf/third_party_dlls/logs
  DrainLog
  RegisterLogNotification