aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/wrap.s
blob: e0765196606b34b126d3abfe3bfc4542492e6091 (plain) (blame)
1
2
3
4
5
6
7
.global foo
.weak __wrap_foo
.protected __wrap_foo
.global __real_foo
foo = 0x11000
__wrap_foo = 0x11010
__real_foo = 0x11020