aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/symbol-override.s
blob: ab3bf8dc74b0b9486252a6da50d5c7d494694fa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.text
.globl foo
.type foo,@function
foo:
nop

.globl bar
.type bar,@function
bar:
nop

.globl do
.type do,@function
do:
callq foo@PLT
callq bar@PLT