aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-runtime.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella1-8/+4
2023-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella1-2/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella1-0/+31
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella1-66/+3
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella1-72/+1
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella1-78/+1
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-06-05dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta1-11/+17
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-8/+16
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho1-5/+43
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-7/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers1-1/+1
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers1-1/+1
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-3/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-17Remove ELF_MACHINE_NO_PLT conditionals.Joseph Myers1-4/+2
2012-11-14Skip audit if l_reloc_result is NULLH.J. Lu1-1/+21
2012-09-28Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu1-4/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller1-5/+4
2011-05-22Fix flags parameter value passed to pltenter and pltexitUlrich Drepper1-7/+5
2011-02-02Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper1-1/+2
2010-05-21Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper1-2/+3
2010-05-21Don't crash on unresolved weak symbol referenceAndreas Schwab1-3/+4
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper1-0/+8
2009-04-27[BZ #10087]Ulrich Drepper1-3/+5
2009-03-15* elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper1-9/+12
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper1-1/+13
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper1-2/+8
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-24/+2
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper1-6/+26
2007-01-15* sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper1-12/+24
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-26/+16
2007-07-31.Jakub Jelinek1-16/+26