repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
lld
/
test
/
COFF
/
Inputs
/
gnu-implib-func.s
blob
5f37ee1cd2230a34e475495f25d78b3d86b6c599
1
.text
2
.global func
3
.global __imp_func
4
func
:
5
jmp
*
__imp_func
6
7
# The data that is emitted into .idata$7 here is isn't needed for
8
# the import data structures, but we need to emit something which
9
# produces a relocation against _head_test_lib, to pull in the
10
# header and trailer objects.
11
12
.section .idata$7
13
.rva _head_test_lib
14
15
.section .idata$5
16
__imp_func
:
17
.rva .Lhint_name
18
.long 0
19
20
.section .idata$4
21
.rva .Lhint_name
22
.long 0
23
24
.section .idata$6
25
.Lhint_name:
26
.short 0
27
.asciz
"func"