aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto7-14/+14
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer1-16/+63
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella1-5/+5
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2-9/+30
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich1-1/+1
2022-09-08elf: Fix hwcaps string size overestimationJavier Pello1-3/+5
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer1-7/+7
2022-09-05elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer1-5/+2
2022-08-31elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella1-0/+6
2022-08-26elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer5-5/+136
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer8-49/+44
2022-08-24Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers1-0/+9
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer8-44/+49
2022-08-23scripts/glibcelf.py: Add hashing supportFlorian Weimer1-0/+19
2022-08-16elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer1-16/+24
2022-08-10elf.h: Add ELFCOMPRESS_ZSTDFangrui Song1-0/+1
2022-08-09elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein1-2/+3
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer2-1/+2
2022-08-04Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes4-126/+14
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer1-0/+1
2022-08-02Don't use unsupported format string in ld.so (bug 29427)Andreas Schwab1-1/+1
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu1-1/+67
2022-07-15elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-4/+5
2022-07-08elf: Rename tst-audit26 to tst-audit28Florian Weimer3-5/+5
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer1-2/+2
2022-06-28elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer1-1/+1
2022-06-28elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao1-1/+2
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-1/+1
2022-06-17elf: Silence GCC 11/12 false positive warningH.J. Lu1-0/+10
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-59/+1
2022-06-08elf: add missing newlines in lateglobal testAndreas Schwab1-3/+3
2022-06-06Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.hJoseph Myers1-0/+3
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James2-2/+2
2022-06-02elf: Add #include <errno.h> for use of E* constants.Carlos O'Donell1-1/+1
2022-06-02elf: Add #include <sys/param.h> for MAX usage.Carlos O'Donell1-0/+1
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella1-2/+0
2022-05-27dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song5-1/+77
2022-05-23elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song1-0/+1
2022-05-23elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev1-22/+34
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein2-12/+9
2022-05-23elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein3-0/+158
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein2-11/+42
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu1-1/+4
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy1-8/+2
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy1-13/+60
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella2-29/+2
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella4-116/+22
2022-05-16Remove kernel version checkAdhemerval Zanella5-109/+15
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer3-0/+80
2022-05-16Update RISC-V specific ELF definitionsAndreas Schwab1-0/+15