Home
last modified time | relevance | path

Searched refs:libfunc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/test/COFF/
H A Dduplicate-imp-func.s5 # RUN: lld-link -lldmingw -dll -out:%t.lib.dll -entry:libfunc %t.lib.o -implib:%t.lib.dll.a
20 # helper1 contains an undefined reference to libfunc. helper2 contains a
21 # fake local implementation of libfunc, together with the __imp_libfunc
25 # including helper1, the library member that first declared the Lazy libfunc
27 # gets loaded, which also turns out to provide a definition of libfunc.
28 # Once the import library member from %t.lib.dll.a gets loaded, libfunc
35 # include libfunc from %t.lib.dll.a and everything works fine.
H A Dincludeoptional-export.s37 .global libfunc
38 libfunc: label
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dignore_lib6.cpp37 void (*libfunc)() = (void (*)())dlsym(h, "libfunc"); in main() local
38 if (libfunc == 0) in main()
40 libfunc(); in main()
66 extern "C" void libfunc() { in libfunc() function
H A Dignore_lib0.cpp23 extern "C" void libfunc();
26 libfunc(); in main()
H A Dignore_lib3.cpp32 extern "C" void libfunc() { in libfunc() function
H A Dignore_lib_lib.h17 extern "C" void libfunc() { in libfunc() function
H A Dignore_lib2.cpp29 extern "C" void libfunc() { in libfunc() function