zig/deps/lld/test/ELF/Inputs/wrap.s

5 lines
91 B
ArmAsm

.globl foo, __wrap_foo, __real_foo
foo = 0x11000
__wrap_foo = 0x11010
__real_foo = 0x11020