summaryrefslogtreecommitdiffstats
path: root/ldso/include/dl-hash.h
Commit message (Expand)AuthorAgeFilesLines
* ldso: get rid of _dl_lookup_hashCarmelo Amoroso2011-01-201-7/+1
* Add protected symbols support for all architecturesSalvatore Cro2011-01-201-8/+8
* ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko2010-11-021-6/+6
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-2/+2
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-151-14/+6
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-151-7/+6
* whitespace cleanupBernhard Reutner-Fischer2009-10-061-4/+4
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-261-14/+47
* Fix whitespace damage in file.Hans-Christian Egtvedt2008-11-031-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt2008-02-081-1/+1
* This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso2008-01-181-0/+1
* fix broken whitespace in many places; no functional changesMike Frysinger2008-01-091-6/+5
* Blackfin FD-PIC patch 4/6.Bernd Schmidt2007-12-031-0/+7
* Blackfin FD-PIC patch 3/6.Bernd Schmidt2007-12-031-2/+16
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-071-0/+25
* merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger2006-09-191-1/+1
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-051-2/+2
* use ElfW(Addr) in more placesMike Frysinger2006-07-051-11/+6
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-051-2/+2
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-301-2/+2
* 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
* Remove unused function.Joakim Tjernlund2005-09-181-1/+0
* Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...Joakim Tjernlund2005-09-171-0/+3
* some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger2005-08-291-4/+4
* use Elf32_Word instead of uint32_t since that is what the ELF spec refers toMike Frysinger2005-07-131-4/+4
* force hash buckets to work off of 32bit quantitiesMike Frysinger2005-07-111-2/+2
* change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger2005-06-301-1/+1
* Add missing definition for DL_OPENEDEric Andersen2005-04-131-4/+5
* Moved the addition of load address from the fast pathJoakim Tjernlund2005-03-291-1/+0
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-101-2/+2
* - Remove dynamic_size from struct elf_resolve.Joakim Tjernlund2004-11-021-8/+3
* Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund2004-10-071-5/+4
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-081-1/+8
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-031-0/+2
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-171-1/+1
* Joakim Tjernlund writes:Eric Andersen2004-02-141-2/+1
* Fix function prototype to match the official ELF standard hash functionEric Andersen2004-02-101-1/+1
* Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen2003-08-191-23/+8
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-0/+118