about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy2022-10-281-2/+2
* Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy2022-10-281-2/+2
* elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy2022-10-281-2/+5
* elf: Introduce to _dl_call_finiFlorian Weimer2022-10-274-78/+53
* ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer2022-10-271-5/+5
* elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella2022-10-261-0/+17
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-142-12/+30
* Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers2022-10-121-0/+1
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-102-5/+1
* elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello2022-10-061-36/+7
* elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello2022-10-061-22/+6
* elf: Remove hwcap parameter from add_to_cache signatureJavier Pello2022-10-062-15/+4
* elf: Remove legacy hwcaps support from ldconfigJavier Pello2022-10-061-145/+10
* elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello2022-10-063-212/+10
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-227-14/+14
* elf: Extract glibcelf constants from <elf.h>Florian Weimer2022-09-221-16/+63
* elf: Use C11 atomics on _dl_mcountAdhemerval Zanella2022-09-211-5/+5
* elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2022-09-202-9/+30
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich2022-09-131-1/+1
* elf: Fix hwcaps string size overestimationJavier Pello2022-09-081-3/+5
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-061-7/+7
* elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer2022-09-051-5/+2
* elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella2022-08-311-0/+6
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-265-5/+136
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-258-49/+44
* Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers2022-08-241-0/+9
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-248-44/+49
* scripts/glibcelf.py: Add hashing supportFlorian Weimer2022-08-231-0/+19
* elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer2022-08-161-16/+24
* elf.h: Add ELFCOMPRESS_ZSTDFangrui Song2022-08-101-0/+1
* elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein2022-08-091-2/+3
* malloc: Correct the documentation of the top_pad defaultFlorian Weimer2022-08-042-1/+2
* Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes2022-08-044-126/+14
* assert: Do not use stderr in libc-internal assertFlorian Weimer2022-08-031-0/+1
* Don't use unsupported format string in ld.so (bug 29427)Andreas Schwab2022-08-021-1/+1
* LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu2022-07-261-1/+67
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-07-151-4/+5
* elf: Rename tst-audit26 to tst-audit28Florian Weimer2022-07-083-5/+5
* elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer2022-07-051-2/+2
* elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer2022-06-281-1/+1
* elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao2022-06-281-1/+2
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-1/+1
* elf: Silence GCC 11/12 false positive warningH.J. Lu2022-06-171-0/+10
* elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-151-59/+1
* elf: add missing newlines in lateglobal testAndreas Schwab2022-06-081-3/+3
* Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.hJoseph Myers2022-06-061-0/+3
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-052-2/+2
* elf: Add #include <errno.h> for use of E* constants.Carlos O'Donell2022-06-021-1/+1
* elf: Add #include <sys/param.h> for MAX usage.Carlos O'Donell2022-06-021-0/+1
* elf: Remove _dl_skip_argsAdhemerval Zanella2022-05-301-2/+0