aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu
2022-10-28Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy
2022-10-28Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy
2022-10-28elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer
2022-10-12Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-06elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello
2022-10-06elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello
2022-10-06elf: Remove legacy hwcaps support from ldconfigJavier Pello
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-09-08elf: Fix hwcaps string size overestimationJavier Pello
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer
2022-09-05elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer
2022-08-31elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella
2022-08-26elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-08-23scripts/glibcelf.py: Add hashing supportFlorian Weimer
2022-08-16elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer
2022-08-10elf.h: Add ELFCOMPRESS_ZSTDFangrui Song
2022-08-09elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer
2022-08-04Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer
2022-08-02Don't use unsupported format string in ld.so (bug 29427)Andreas Schwab
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu
2022-07-15elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-07-08elf: Rename tst-audit26 to tst-audit28Florian Weimer
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer
2022-06-28elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer
2022-06-28elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-06-17elf: Silence GCC 11/12 false positive warningH.J. Lu
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-08elf: add missing newlines in lateglobal testAndreas Schwab
2022-06-06Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.hJoseph Myers
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-06-02elf: Add #include <errno.h> for use of E* constants.Carlos O'Donell
2022-06-02elf: Add #include <sys/param.h> for MAX usage.Carlos O'Donell