summaryrefslogtreecommitdiff
path: root/elf/dynamic-link.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2022-04-261-1/+5
* elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song2022-04-261-0/+34
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella2021-11-021-23/+9
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-32/+1
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-121-1/+0
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-28/+30
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-151-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Mark internal _dl_XXX functions hiddenH.J. Lu2015-10-151-1/+2
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-191-6/+8
* powerpc __tls_get_addr call optimizationAlan Modra2015-03-251-3/+6
* Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang2015-01-091-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Set up the data structures for vDSO in libc.aH.J. Lu2012-10-051-144/+1
* Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu2012-09-281-4/+0
* Fix ld.so regression.David S. Miller2012-04-101-6/+8
* Simplify _ELF_DYNAMIC_DO_RELOC after combining the old two defs.Carlos O'Donell2012-04-071-8/+1
* Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.David S. Miller2012-04-051-47/+7
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Cleanup last patchUlrich Drepper2011-10-161-2/+4
* Fix potential problem with skipping relocationsUlrich Drepper2011-10-161-10/+21
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-18/+23
* Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags.Roland McGrath2011-07-021-3/+3
* Use correct type when casting d_tag.Andreas Schwab2010-01-181-5/+10
* Ignore negative dynamic entry types.Andreas Schwab2010-01-181-1/+1
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-131-1/+26
* * elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper2006-07-101-1/+3
* * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.Roland McGrath2005-03-151-6/+6
* [BZ #284, BZ #721]Roland McGrath2005-02-171-4/+8
* * csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper2005-01-061-3/+3
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-18/+12
* 2.5-18.1Jakub Jelinek2007-07-121-12/+18
* * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove Andreas Jaeger2004-09-241-2/+6
* Update.Ulrich Drepper2004-03-061-3/+5
* (elf_get_dynamic_info): Recognize DF_1_NOW. In ld.so, neither DT_FLAGS nor D...Ulrich Drepper2004-02-211-12/+16
* * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela, elf_machine_rel_rela...Alexandre Oliva2003-07-311-4/+14
* Update.Update.Ulrich Drepper2003-05-201-17/+30
* Update.Ulrich Drepper2003-01-301-2/+29