index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
/
include
/
dl-hash.h
Age
Commit message (
Expand
)
Author
2011-01-21
Merge remote branch 'origin/master' into prelink
Carmelo Amoroso
2011-01-20
ldso: get rid of _dl_lookup_hash
Carmelo Amoroso
2011-01-20
Add protected symbols support for all architectures
Salvatore Cro
2010-11-28
Merge commit 'origin/master' into prelink
Carmelo Amoroso
2010-11-02
ldso/include/dl-hash.h: suppress compiler warning. no code changes
Denys Vlasenko
2010-09-17
ldso: Add support for LD_WARN and LD_TRACE_PRELINKING
Filippo Arcidiacono
2010-09-17
ldso: Rework global scope handling and symbol lookup mechanism
Filippo Arcidiacono
2010-09-17
ldso: Add implementation of ld.so standalone execution
Filippo Arcidiacono
2009-12-17
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-10-15
ldso: simplify handling of extra _dl_lookup_hash() arg
Mike Frysinger
2009-10-15
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-06
whitespace cleanup
Bernhard Reutner-Fischer
2009-09-26
ldso/: tls support for dynamic linker
Austin Foxley
2008-11-03
Fix whitespace damage in file.
Hans-Christian Egtvedt
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-02-08
Fix the recent dladdr changes so that they compile on FD-PIC targets.
Bernd Schmidt
2008-01-18
This patch solves a problem in dladdr caused by the wrong value
Carmelo Amoroso
2008-01-09
fix broken whitespace in many places; no functional changes
Mike Frysinger
2007-12-03
Blackfin FD-PIC patch 4/6.
Bernd Schmidt
2007-12-03
Blackfin FD-PIC patch 3/6.
Bernd Schmidt
2007-11-07
Added support for GNU hash style into dynamic linker
Carmelo Amoroso
2006-09-19
merge some more FDPIC related fixes from Bernd Schmidt
Mike Frysinger
2006-07-05
patch from Bernd Schmidt to abstract away load address types
Mike Frysinger
2006-07-05
use ElfW(Addr) in more places
Mike Frysinger
2006-07-05
revert fdpic patch so we can merge it in bit by bit
Mike Frysinger
2006-06-30
Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs
Mike Frysinger
2005-11-23
change to Lesser GPL 2.1 as pointed out by psm
Mike Frysinger
2005-11-22
add some copyright info
Mike Frysinger
2005-09-18
Remove unused function.
Joakim Tjernlund
2005-09-17
Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...
Joakim Tjernlund
2005-08-29
some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts
Mike Frysinger
2005-07-13
use Elf32_Word instead of uint32_t since that is what the ELF spec refers to
Mike Frysinger
2005-07-11
force hash buckets to work off of 32bit quantities
Mike Frysinger
2005-06-30
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-04-13
Add missing definition for DL_OPENED
Eric Andersen
2005-03-29
Moved the addition of load address from the fast path
Joakim Tjernlund
2004-11-10
Add RTLD_LOCAL support for dlopened libs. Reported by
Joakim Tjernlund
2004-11-02
- Remove dynamic_size from struct elf_resolve.
Joakim Tjernlund
2004-10-07
Remove usage of _dl_parse_copy_information() from generic code.
Joakim Tjernlund
2004-09-08
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
Joakim Tjernlund
2004-09-03
First attempt to fix the INIT/FINI ordering. Fingers crossed :)
Joakim Tjernlund
2004-08-17
Let ldso decide if it should relocate itselft a second time. This
Joakim Tjernlund
2004-02-14
Joakim Tjernlund writes:
Eric Andersen
2004-02-10
Fix function prototype to match the official ELF standard hash function
Eric Andersen
2003-08-19
Cool. Found most of the problem. Turns out we were inadvertanly loading some
Eric Andersen
2003-08-19
Phase one of my evil plan to clean up ld.so...
Eric Andersen