Home
last modified time | relevance | path

Searched refs:__real_foo (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lld/test/COFF/
Dwrap.s42 movl $__real_foo, %edx
47 .global __real_foo symbol
51 __real_foo = 0x11020 define
Dwrap-real-missing.s20 call __real_foo
/external/llvm-project/lld/test/ELF/Inputs/
Dwrap-no-real2.s1 .globl __real_foo symbol
2 __real_foo = 0x11020 define
Dwrap.s4 .global __real_foo symbol
7 __real_foo = 0x11020 define
/external/llvm-project/lld/test/ELF/
Dwrap-shlib-undefined.s8 ## --no-allow-shlib-undefined errors because __real_foo is not defined.
10 # ERR: {{.*}}.so: undefined reference to __real_foo [--no-allow-shlib-undefined]
12 ## --wrap=foo defines __real_foo.
16 ## The reference __real_foo from %t.so causes foo to be exported.
Dwrap-dynamic-undef.s9 # relocation with __real_foo.
17 callq __real_foo@plt
Dwrap.s42 movl $__real_foo, %edx
Dwrap-no-real.s34 mov __real_foo@gotpcrel(%rip), %rcx
Dwrap-plt.s37 jmp __real_foo@plt
/external/llvm-project/lld/test/wasm/
Dwrap.ll18 declare i32 @__real_foo()
21 %rtn = call i32 @__real_foo()