summaryrefslogtreecommitdiffstats
path: root/ldso/include/dl-elf.h
Commit message (Expand)AuthorAgeFilesLines
* ldso: support RTLD_NOLOADTimo Teräs2011-12-231-2/+4
* Fix nommu handling of DT_TEXTRELBernd Schmidt2011-04-111-1/+1
* Add support for DSBT ELF to ld.soMark Salter2011-03-051-1/+10
* ldso: fix fdpic buildsMike Frysinger2011-02-211-2/+7
* ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono2010-09-151-7/+10
* ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs2010-04-221-7/+13
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* fix broken whitespace in many places; no functional changesMike Frysinger2008-01-091-4/+4
* Blackfin FD-PIC patch 3/6.Bernd Schmidt2007-12-031-0/+5
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-071-2/+19
* patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger2006-07-051-1/+1
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-051-2/+4
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-051-6/+3
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-301-3/+6
* add a note as to why mips is specialMike Frysinger2006-04-201-0/+4
* change to Lesser GPL 2.1 as pointed out by psmMike Frysinger2005-11-231-1/+1
* add some copyright infoMike Frysinger2005-11-221-0/+7
* oops, fix typo in ELF_ST_BIND macrosMike Frysinger2005-07-131-2/+2
* clean up whitespaceMike Frysinger2005-07-071-11/+9
* make RUNPATH/RPATH support configurableMike Frysinger2005-07-071-0/+2
* setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()Mike Frysinger2005-07-061-0/+2
* use new __always_inline defineMike Frysinger2005-07-021-1/+1
* create generic ELF_* macros to hide 32/64 bit differencesMike Frysinger2005-06-301-0/+20
* change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger2005-06-301-2/+2
* Initial support for both RUNPATH support.Joakim Tjernlund2005-06-011-0/+4
* Moved the addition of load address from the fast pathJoakim Tjernlund2005-03-291-3/+17
* - Remove dynamic_size from struct elf_resolve.Joakim Tjernlund2004-11-021-1/+48
* Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund2004-10-071-2/+0
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-061-34/+1
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-10/+5
* Patch from Stefan Allius:Joakim Tjernlund2004-08-251-3/+3
* Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen2004-06-201-1/+1
* Sigh. I switched the values...Eric Andersen2004-02-201-2/+2
* Slightly cleaner formattingEric Andersen2004-02-201-4/+4
* Joakim Tjernlund writes:Eric Andersen2004-02-141-0/+13
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-101-1/+1
* Step one, begin shuffling things around a bitEric Andersen2004-02-071-2/+5
* Modify interfaces for _dl_parse_relocation_information()Eric Andersen2004-01-291-5/+5
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-291-0/+9
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-291-1/+0
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-3/+3
* Always build and install ldconfigEric Andersen2003-10-121-1/+2
* Weed out duplicates before trying to load libraries.... DelayedEric Andersen2003-08-311-0/+1
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-0/+91