about summary refs log tree commit diff
path: root/elf/dl-runtime.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-211-8/+4
* sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2023-07-121-2/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-281-0/+31
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-66/+3
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-281-72/+1
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-281-78/+1
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-121-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2020-06-051-11/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-8/+16
* 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
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-11-301-5/+43
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-7/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-1/+2
* 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/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-051-1/+1
* Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar2014-06-261-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2013-02-151-1/+1
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-3/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove ELF_MACHINE_NO_PLT conditionals.Joseph Myers2012-11-171-4/+2
* Skip audit if l_reloc_result is NULLH.J. Lu2012-11-141-1/+21
* Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu2012-09-281-4/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-201-5/+4
* Fix flags parameter value passed to pltenter and pltexitUlrich Drepper2011-05-221-7/+5
* Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-021-1/+2
* Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper2010-05-211-2/+3
* Don't crash on unresolved weak symbol referenceAndreas Schwab2010-05-211-3/+4
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-291-0/+8
* [BZ #10087]Ulrich Drepper2009-04-271-3/+5
* * elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper2009-03-151-9/+12
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-1/+13
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-2/+8
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-24/+2
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-6/+26
* * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper2007-01-151-12/+24
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-26/+16
* .Jakub Jelinek2007-07-311-16/+26