Searched defs:mod (Results 1 – 5 of 5) sorted by relevance
33 void *mod = dlopen ("nonexistent.so", RTLD_NOW); in check() local39 void *mod = dlmopen (LM_ID_BASE, "nonexistent.so", RTLD_NOW); in check() local
24 thr_func (void *mod) in thr_func()58 void *mod = xdlopen ("tst-audit-tlsdesc-mod1.so", RTLD_LAZY); in do_test() local
52 load_and_access (const char *mod, const char *func) in load_and_access()
53 load_and_access (Lmid_t lmid, const char *mod, const char *func) in load_and_access()
33 static void *mod[NMOD]; variable76 access_mod (const char *modname, void *mod, int i) in access_mod()103 void *mod; member
Completed in 5 milliseconds