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-elf.h
Age
Commit message (
Expand
)
Author
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-01-09
fix broken whitespace in many places; no functional changes
Mike Frysinger
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-07-05
patch from Bernd Schmidt to abstract away initializing of relocation addresses
Mike Frysinger
2006-07-05
patch from Bernd Schmidt to abstract away load address types
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
2006-04-20
add a note as to why mips is special
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-07-13
oops, fix typo in ELF_ST_BIND macros
Mike Frysinger
2005-07-07
clean up whitespace
Mike Frysinger
2005-07-07
make RUNPATH/RPATH support configurable
Mike Frysinger
2005-07-06
setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
Mike Frysinger
2005-07-02
use new __always_inline define
Mike Frysinger
2005-06-30
create generic ELF_* macros to hide 32/64 bit differences
Mike Frysinger
2005-06-30
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-01
Initial support for both RUNPATH support.
Joakim Tjernlund
2005-03-29
Moved the addition of load address from the fast path
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-10-06
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
Joakim Tjernlund
2004-10-03
This patch from Mike Frysinger, extended from an earlier patch from Peter S.
Eric Andersen
2004-08-25
Patch from Stefan Allius:
Joakim Tjernlund
2004-06-20
Let dl-string.h include dl-sysdep.h, since it has proper include guards
Eric Andersen
2004-02-20
Sigh. I switched the values...
Eric Andersen
2004-02-20
Slightly cleaner formatting
Eric Andersen
2004-02-14
Joakim Tjernlund writes:
Eric Andersen
2004-02-10
Rework file naming, aiming for at least a vague level of consistancy
Eric Andersen
2004-02-07
Step one, begin shuffling things around a bit
Eric Andersen
2004-01-29
Modify interfaces for _dl_parse_relocation_information()
Eric Andersen
2004-01-29
Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs
Eric Andersen
2004-01-29
Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and
Eric Andersen
2003-11-04
Rework the config system. Better utilize the Kconfig language
Eric Andersen
2003-10-12
Always build and install ldconfig
Eric Andersen
2003-08-31
Weed out duplicates before trying to load libraries.... Delayed
Eric Andersen
2003-08-19
Phase one of my evil plan to clean up ld.so...
Eric Andersen