-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
Re: RTLD_NODELETE, RTLD_NOLOAD dlopen mode flags
Jeroen Ruigrok van der Werven Sat, 27 May 2000 03:50:52 -0700
- RTLD_NODELETE, RTLD_NOLOAD dlopen mode flags Max Khon
- Re: RTLD_NODELETE, RTLD_NOLOAD dlopen m... Jeroen Ruigrok van der Werven
- Re: RTLD_NODELETE, RTLD_NOLOAD dlopen m... John Polstra

