summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-hash.c
AgeCommit message (Expand)Author
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-10-16ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-12-22- non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
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