2020-11-24 00:37:36 +01:00
|
|
|
\chapter{Plugins}
|
2021-04-15 22:50:39 +02:00
|
|
|
\index{plugin}
|
2020-11-24 00:37:36 +01:00
|
|
|
|
|
|
|
\texttt{dlopen}\index{dlopen}
|
|
|
|
|
2021-04-15 22:50:39 +02:00
|
|
|
dlclose, dlopen, dlmopen - open and close a shared object
|
|
|
|
|
|
|
|
\begin{quote}
|
|
|
|
The function dlopen() loads the dynamic shared object (shared library)
|
|
|
|
file named by the null-terminated string filename and returns an opaque
|
|
|
|
"handle" for the loaded object. This handle is employed with other
|
|
|
|
functions in the dlopen API, such as dlsym(3), dladdr(3), dlinfo(3),
|
|
|
|
and dlclose().
|
|
|
|
\end{quote}
|
2020-11-24 00:37:36 +01:00
|
|
|
|
|
|
|
\section{Un exemple ?}
|
|
|
|
|
|
|
|
XXX\index{XXX}
|
|
|
|
|
2021-04-15 22:50:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
% -------------- to be continued
|
|
|
|
|