summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
AgeCommit message (Expand)Author
2017-07-11Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. Thisjoerg
2012-02-16Add _dlauxinfo helper function to provide access to the ELF auxilaryjoerg
2011-06-25PR/45015: ld.elf_so: support ELF symbol versioningnonaka
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-01-07Typo in comment.skrll
2009-09-24Add Solarisa-like dlinfo() interface to the ELF dynamic linker.pooka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-03-21Add restrict qualifiers to dlsym() (XSI) and dladdr() arguments.kleink
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2003-07-01Remove reference to dlinfo - it doesn't exist in NetBSD.skrll
2003-05-30Add RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT, from FreeBSDchristos
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2000-06-13Remove 'extern' from function declarations.simonb
2000-02-11Const'ify dli_saddr in struct _dl_info.thorpej
2000-02-08change first argument of dladdr to const.scottb
1999-05-19Declare dlerror()'s return value __aconst.kleink
1998-09-05Assign my copyright to the TNF.pk
1998-07-14Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into atv
1998-05-12Add dladdr() and `Dl_info' structure; interface cloned from Solaris 2.pk
1998-05-06Per XSH98, define the RTLD_LOCAL flag. In this implementation it's a NOP,kleink
1998-03-25Protect the dlctl() prototype and the DL_* macros against _XOPEN_SOURCE;kleink
1998-03-15Define RTLD_GLOBAL.pk
1997-01-02Add `const' to dlopen() & dlsym() protos, per PR#2453.pk
1995-06-05{BEGIN,END}DECLSpk
1995-06-05Put dlopen() et.al. declarations in separate header file for compatibility.pk