Home
last modified time | relevance | path

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

/elf/
A Dtst-audit-tlsdesc-dlopen.c24 thr_func (void *mod) in thr_func() argument
26 int* (*get_global1)(void) = xdlsym (mod, "get_global1"); in thr_func()
27 int* (*get_global2)(void) = xdlsym (mod, "get_global2"); in thr_func()
28 void (*set_global2)(int) = xdlsym (mod, "set_global2"); in thr_func()
29 int* (*get_local1)(void) = xdlsym (mod, "get_local1"); in thr_func()
30 int* (*get_local2)(void) = xdlsym (mod, "get_local2"); in thr_func()
58 void *mod = xdlopen ("tst-audit-tlsdesc-mod1.so", RTLD_LAZY); in do_test() local
60 pthread_t thr = xpthread_create (NULL, thr_func, mod); in do_test()
A Dtst-auditmod20.c33 void *mod = dlopen ("nonexistent.so", RTLD_NOW); in check() local
34 if (mod != NULL) in check()
39 void *mod = dlmopen (LM_ID_BASE, "nonexistent.so", RTLD_NOW); in check() local
40 if (mod != NULL) in check()
A Dtst-tls20.c33 static void *mod[NMOD]; variable
48 mod[i] = xdlopen (buf, RTLD_LAZY); in load_mod()
55 if (mod[i] != NULL) in unload_mod()
56 xdlclose (mod[i]); in unload_mod()
57 mod[i] = NULL; in unload_mod()
65 int *p = dlsym (mod[i], buf); in access()
76 access_mod (const char *modname, void *mod, int i) in access_mod() argument
80 int *p = dlsym (mod, modsym); in access_mod()
103 void *mod; member
115 if (mod[i] != NULL) in start()
[all …]
A Dtst-tls-ie.c52 load_and_access (const char *mod, const char *func) in load_and_access() argument
55 void *p = xdlopen (mod, RTLD_NOW); in load_and_access()
A Dtst-tls-ie-dlmopen.c53 load_and_access (Lmid_t lmid, const char *mod, const char *func) in load_and_access() argument
56 void *p = xdlmopen (lmid, mod, RTLD_NOW); in load_and_access()
A DMakefile283 $(foreach n,$(one-hundred),tst-tls-manydynamic$(n)mod)
287 $(foreach n,$(tst-tls-many-dynamic-modules-dep-suffixes),tst-tls-manydynamic$(n)mod-dep)
290 $(foreach n,$(tst-tls-many-dynamic-modules-dep-bad-suffixes),tst-tls-manydynamic$(n)mod-dep-bad)
375 tst-dlopenfailmod3 tst-dlopenfailnodelmod tst-ldconfig-ld-mod \
386 tst-tls20mod-bad tst-tls21mod tst-dlmopen-dlerror-mod \
388 tst-dlmopen-gethostbyname-mod tst-ro-dynamic-mod \
459 modules-execstack-yes = tst-execstack-mod
464 modules-names-nobuild := filtmod1 tst-big-note-lib tst-ro-dynamic-mod
/elf/tst-ldconfig-ld_so_conf-update.root/
A Dtst-ldconfig-ld_so_conf-update.script1 cp $B/elf/tst-ldconfig-ld-mod.so $L/tst-ldconfig-ld-mod.so

Completed in 14 milliseconds