summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-hash.c
AgeCommit message (Expand)Author
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-03-11Move calculation of rem within if (unlikely statementCarmelo Amoroso
2008-03-09Khem Raj <kraj@mvista.com> writes:Carmelo Amoroso
2008-02-08Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt
2008-01-18This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2007-12-03Fix a few warnings introduced by my previous commits.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 3/6.Bernd Schmidt
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-10-21Handle STT_COMMON symbols too. Following binutils releaseJoakim Tjernlund
2007-10-08Do string comparisos as late as possible during symbol lookup.Mike Frysinger
2007-09-28Make sure that the DSO has an hash table into its elf, otherwise skipMike Frysinger
2007-01-09Joseph S. Myers writes:Joakim Tjernlund
2006-11-16revert rev 16527 changes to ldso/ldso/dl-hash.cEric Andersen
2006-11-10This change reimplements the ARM _dl_linux_resolve entry point - this isEric Andersen
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-05use ElfW(Addr) in more placesMike 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
2005-12-14fix signed/unsigned warnings and unused warningsMike Frysinger
2005-09-18Remove unused function.Joakim Tjernlund
2005-08-29some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger
2005-07-13eat pointless whitespaceMike Frysinger
2005-07-13use Elf32_Word instead of uint32_t since that is what the ELF spec refers toMike Frysinger
2005-07-11force hash buckets to work off of 32bit quantitiesMike 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-30The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"
2005-04-01Optimize _dl_elf_hash(), both smaller and faster. MostlyJoakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-01-05fix eriks e-mail addressMike Frysinger
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-08-26Added test for RTLD_GLOBAL flag in _dl_find_hash().Joakim Tjernlund
2004-08-09This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund
2004-07-14Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen
2004-07-14Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-02-20Patch from Joakim Tjernlund:Eric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10Fix function prototype to match the official ELF standard hash functionEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-07Joakim Tjernlund writes:Eric Andersen
2003-08-19Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen
2003-06-18Be extra careful to memset the correct size, not the size of some randomEric Andersen
2002-12-12Rework things such that staticly linked applications can useEric Andersen
2002-08-19some updates from Stefan Allius to make up the SuperH shared libEric Andersen
2002-08-09Disable this code for mips, which does things quite differently...Eric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen