summaryrefslogtreecommitdiff
path: root/ldso/include/dl-elf.h
AgeCommit message (Expand)Author
2016-02-07frv: resurrect port somehow, totally untestedWaldemar Brodkorb
2016-01-31ldso: Use single rtld_flags interpretation through all the callsLeonid Lisovskiy
2012-11-18ldso: include dlfcn.h for RTLD_NODELETEMike Frysinger
2012-06-15dl-elf.h: add some includes and fix commentsPeter S. Mazinger
2012-06-15dl-elf.h: remove unused prototypePeter S. Mazinger
2012-06-06Clean up DSBT supportMark Salter
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-04-11Fix nommu handling of DT_TEXTRELBernd Schmidt
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-02-21ldso: fix fdpic buildsMike Frysinger
2010-09-17ldso: Add runtime prelink supportFilippo Arcidiacono
2010-09-17ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2010-09-15ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono
2010-04-22ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2007-12-03Blackfin FD-PIC patch 3/6.Bernd Schmidt
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-04-20add a note as to why mips is specialMike Frysinger
2005-11-23change to Lesser GPL 2.1 as pointed out by psmMike Frysinger
2005-11-22add some copyright infoMike Frysinger
2005-07-13oops, fix typo in ELF_ST_BIND macrosMike Frysinger
2005-07-07clean up whitespaceMike Frysinger
2005-07-07make RUNPATH/RPATH support configurableMike Frysinger
2005-07-06setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()Mike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-06-30create generic ELF_* macros to hide 32/64 bit differencesMike Frysinger
2005-06-30change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger
2005-06-01Initial support for both RUNPATH support.Joakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-10-07Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund
2004-10-06Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-06-20Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen
2004-02-20Sigh. I switched the values...Eric Andersen
2004-02-20Slightly cleaner formattingEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2004-01-29Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen