Searched refs:libfunc (Results 1 – 7 of 7) sorted by relevance
5 # RUN: lld-link -lldmingw -dll -out:%t.lib.dll -entry:libfunc %t.lib.o -implib:%t.lib.dll.a20 # helper1 contains an undefined reference to libfunc. helper2 contains a21 # fake local implementation of libfunc, together with the __imp_libfunc25 # including helper1, the library member that first declared the Lazy libfunc27 # 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, libfunc35 # include libfunc from %t.lib.dll.a and everything works fine.
37 .global libfunc38 libfunc: label
37 void (*libfunc)() = (void (*)())dlsym(h, "libfunc"); in main() local38 if (libfunc == 0) in main()40 libfunc(); in main()66 extern "C" void libfunc() { in libfunc() function
23 extern "C" void libfunc();26 libfunc(); in main()
32 extern "C" void libfunc() { in libfunc() function
17 extern "C" void libfunc() { in libfunc() function
29 extern "C" void libfunc() { in libfunc() function