Home
last modified time | relevance | path

Searched refs:LM_ID_BASE (Results 1 – 6 of 6) sorted by relevance

/dlfcn/
A Ddlopenold.c45 # define NS LM_ID_BASE
56 args->file == NULL ? LM_ID_BASE : NS, in dlopen_doit()
A Ddlopen.c42 # define NS LM_ID_BASE
58 args->file == NULL ? LM_ID_BASE : NS, in dlopen_doit()
A Dtststatic2.c99 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 Dmodstatic2.c108 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 Ddlfcn.h49 # define LM_ID_BASE 0 /* Initial namespace. */ macro
A Ddlmopen.c46 if (args->nsid != LM_ID_BASE) in dlmopen_doit()

Completed in 11 milliseconds