summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/map_object.c
Commit message (Expand)AuthorAgeFilesLines
* Implement dl_iterate_phdr function.kan2007-04-031-12/+35
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-2/+8
* Attempt to free any static TLS space used by a shared library when itdfr2005-02-271-0/+3
* Add support for Thread Local Storage.dfr2004-08-031-2/+14
* - Add support for DT_FLAGS.mdodd2003-06-181-0/+1
* Simplify map_object() by breaking out the ELF header validation bitsmdodd2003-05-311-58/+67
* Fix signed/unsigned comparison warnings.obrien2003-05-041-3/+4
* Free obj->priv field in obj_free functions. This field is NULLkan2003-03-141-0/+1
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-6/+23
* Add support for binaries with arbitrary number of PT_LOAD sections.kan2002-10-231-37/+55
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-151-0/+1
* Get the actual pathname of the dynamic linker from the executable'sjdp1999-08-301-7/+11
* When checking to see if a shared object is already loaded, look forjdp1999-08-301-1/+6
* Revamp the symbol lookup algorithm to cope better with objectsjdp1999-08-301-1/+37
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change many asserts into normal errors. They were all for conditionsjdp1999-07-181-24/+38
* Add alpha support.dfr1998-09-041-28/+28
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+250
OpenPOWER on IntegriCloud