This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dlopen() dladdr() etc. don't show up in libc reference manual


On Tue, Mar 29, 2016 at 4:28 PM, Britton Kerin <britton.kerin@gmail.com> wrote:
> dladdr(), dlopen() have man page but don't seem to show up in the libc
> reference manual,
> what reference manual do they belong to?

We need someone to document them :-)

We have an manual/libdl.texi with:

@c FIXME these are undocumented:
@c dladdr
@c dladdr1
@c dlclose
@c dlerror
@c dlinfo
@c dlmopen
@c dlopen
@c dlsym
@c dlvsym

They were never documented when the original manual was created.

They follow the POSIX standard in general and a few of them follow
Solaris, and some are GNU extensions.

In general though the linux man pages are your next best bet for
Linux-specific information about these functions.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]