about summary refs log tree commit diff
path: root/elf/dl-reloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer2023-11-271-3/+3
* elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy2023-09-011-3/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song2022-05-231-0/+1
* elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev2022-05-231-22/+34
* 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-2/+18
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-30/+27
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-151-2/+2
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-171-3/+3
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-2/+3
* 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-9/+28
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2019-11-211-1/+2
* 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 ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella2018-09-251-12/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-4/+3
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva2017-02-031-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* [PR19826] fix non-LE TLS in static programsAlexandre Oliva2016-09-211-0/+6
* Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki2016-07-011-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Don't issue an error if DT_PLTRELSZ is missingH.J. Lu2015-05-221-11/+3
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-6/+0
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-171-13/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Correctly size profiling reloc table (bug 17411)Carlos O'Donell2014-09-291-2/+6
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-3/+3
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-43/+5
* Async-signal safe TLS.Andrew Hunter2014-01-031-5/+43
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-3/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab2012-06-011-3/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-1/+2
* static tls memory leak on TLS_DTV_AT_TP archsAlan Modra2011-05-071-15/+11
* Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2010-06-141-1/+5
* Fix missing reloc dependencyUlrich Drepper2009-09-281-6/+3
* Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper2009-07-281-1/+4
* [BZ #9733]Ulrich Drepper2009-03-161-3/+5
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-131-23/+19
* * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-171-6/+10
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-13/+11
* .Jakub Jelinek2007-07-311-11/+13