-On [20000526 16:22], Max Khon ([EMAIL PROTECTED]) wrote:
>Are there any plans to implement RTLD_NODELETE and RTLD_NOLOAD mode
>flags for dlopen?

Not sure, buy maybe John Polstra can answer this one.  CC:'d.

>from Solaris 2.6 man 3X dlopen:
>
>     The following modes provide additional capabilities  outside
>     of relocation processing:
>
>     RTLD_NODELETE     The specified object will not  be  deleted
>                       from  the  address  space  as  part  of  a
>                       dlclose().
>
>     RTLD_NOLOAD       The specified object is not loaded as part
>                       of  the  dlopen(),  but  a valid handle is
>                       returned if the object already  exists  as
>                       part  of  the process address space. Addi-
>                       tional modes can be specified and will  be
>                       or'ed  with the present mode of the object
>                       and its dependencies. The RTLD_NOLOAD mode
>                       provides a means of querying the presence,
>                       or promoting the  modes,  of  an  existing
>                       dependency.

-- 
Jeroen Ruigrok van der Werven          Network- and systemadministrator
<[EMAIL PROTECTED]>            VIA Net.Works The Netherlands
BSD: Technical excellence at its best  http://www.via-net-works.nl
Veni, Vidi, Vici...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to