bolt/deps/llvm-18.1.8/lld/test/ELF/Inputs/wrap.s

8 lines
126 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
.global foo
.weak __wrap_foo
.protected __wrap_foo
.global __real_foo
foo = 0x11000
__wrap_foo = 0x11010
__real_foo = 0x11020