Home
last modified time | relevance | path

Searched refs:modname (Results 1 – 5 of 5) sorted by relevance

/sysdeps/x86/
A Dtst-isa-level-1.c29 do_test_1 (const char *modname, bool fail) in do_test_1() argument
34 h = dlopen (modname, RTLD_LAZY); in do_test_1()
41 FAIL_EXIT1 ("incorrect dlopen '%s' error: %s\n", modname, err); in do_test_1()
46 FAIL_EXIT1 ("cannot open '%s': %s\n", modname, err); in do_test_1()
50 FAIL_EXIT1 ("dlopen '%s' should have failed\n", modname); in do_test_1()
A Dtst-cet-legacy-5.c35 do_test_1 (const char *modname, bool fail) in do_test_1() argument
46 h = dlopen (modname, RTLD_LAZY); in do_test_1()
54 FAIL_EXIT1 ("incorrect dlopen '%s' error: %s\n", modname, err); in do_test_1()
59 FAIL_EXIT1 ("cannot open '%s': %s\n", modname, err); in do_test_1()
A Dtst-cet-legacy-6.c35 do_test_1 (const char *modname, bool fail) in do_test_1() argument
46 h = dlopen (modname, RTLD_LAZY); in do_test_1()
54 FAIL_EXIT1 ("incorrect dlopen '%s' error: %s\n", modname, err); in do_test_1()
59 FAIL_EXIT1 ("cannot open '%s': %s\n", modname, err); in do_test_1()
A Dtst-cet-legacy-4.c30 static const char modname[] = "tst-cet-legacy-mod-4.so"; in do_test() local
34 h = dlopen (modname, RTLD_LAZY); in do_test()
39 FAIL_EXIT1 ("incorrect dlopen '%s' error: %s\n", modname, err); in do_test()
A Dtst-cet-legacy-2.c29 static const char modname[] = "tst-cet-legacy-mod-1.so"; in do_test() local
33 h = dlopen (modname, RTLD_LAZY); in do_test()
36 printf ("cannot open '%s': %s\n", modname, dlerror ()); in do_test()

Completed in 19 milliseconds