blob: 44abddffce7206b334f9325fb83deb67723fd6ce [file] [log] [blame]
; Copyright 2012 Google Inc. All Rights Reserved.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
; Export declarations for the test DLL.
LIBRARY test_dll.dll
EXPORTS
; Export some functions to make sure the DLL has an exports section.
function1 @17 PRIVATE
; Export by ordinal only.
function2 @1 NONAME PRIVATE
function3 @9 PRIVATE
DllMain @7 PRIVATE
; Add a forwarded export to exercise parsing of those.
CreateFileW=kernel32.CreateFileW @13 PRIVATE
; This export is for testing an invocation.
TestExport PRIVATE
BringInOle32DelayLib PRIVATE
TestUnusedFuncs
LabelTestFunc
; This export is simply to make sure that the following function is included
; in the library, and has a public symbol record.
TestFunctionWithNoPrivateSymbols
; This export ensures we can parse FIXUPs and relocs for displacements
; values the point outside the image.
FuncWithOffsetOutOfImage @18 PRIVATE