summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-hash.c
AgeCommit message (Expand)Author
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2017-06-21remove editor hints for viWaldemar Brodkorb
2016-02-07frv: resurrect port somehow, totally untestedWaldemar Brodkorb
2012-06-06Clean up DSBT supportMark Salter
2012-03-15ldso: remove duplicated assignment with TLS symbolCarmelo Amoroso
2011-07-27ldso/mips: dlsym() incorrectly matches undefined symbolsKevin Cernekee
2011-01-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-20ldso: get rid of _dl_lookup_hashCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2010-09-17ldso: Fix loadaddr and mappaddr when prelink support is enabled.Filippo Arcidiacono
2010-09-17ldso: Add runtime prelink supportFilippo Arcidiacono
2010-09-17ldso: Add support for LD_WARN and LD_TRACE_PRELINKINGFilippo Arcidiacono
2010-09-17ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono
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"