Searched refs:LM_ID_BASE (Results 1 – 6 of 6) sorted by relevance
/dlfcn/ |
A D | dlopenold.c | 45 # define NS LM_ID_BASE 56 args->file == NULL ? LM_ID_BASE : NS, in dlopen_doit()
|
A D | dlopen.c | 42 # define NS LM_ID_BASE 58 args->file == NULL ? LM_ID_BASE : NS, in dlopen_doit()
|
A D | tststatic2.c | 99 else if (lmid != LM_ID_BASE) in do_test() 101 printf ("lmid %d != %d\n", (int) lmid, (int) LM_ID_BASE); in do_test() 154 handle = dlmopen (LM_ID_BASE, "modstatic2.so", RTLD_LAZY); in do_test()
|
A D | modstatic2.c | 108 else if (lmid != LM_ID_BASE) in test() 110 fprintf (out, "lmid %d != %d\n", (int) lmid, (int) LM_ID_BASE); in test() 156 handle = dlmopen (LM_ID_BASE, "modstatic2.so", RTLD_LAZY); in test()
|
A D | dlfcn.h | 49 # define LM_ID_BASE 0 /* Initial namespace. */ macro
|
A D | dlmopen.c | 46 if (args->nsid != LM_ID_BASE) in dlmopen_doit()
|
Completed in 11 milliseconds