summaryrefslogtreecommitdiffstats
path: root/elf (follow)
Commit message (Expand)AuthorAgeLines
* elf: Fix hwcaps string size overestimationJavier Pello2022-09-08-3/+5
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-06-7/+7
* elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer2022-09-05-5/+2
* elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella2022-08-31-0/+6
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-26-5/+136
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-25-49/+44
* Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers2022-08-24-0/+9
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-24-44/+49
* scripts/glibcelf.py: Add hashing supportFlorian Weimer2022-08-23-0/+19
* elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer2022-08-16-16/+24
* elf.h: Add ELFCOMPRESS_ZSTDFangrui Song2022-08-10-0/+1
* elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein2022-08-09-2/+3
* malloc: Correct the documentation of the top_pad defaultFlorian Weimer2022-08-04-1/+2
* Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes2022-08-04-126/+14
* assert: Do not use stderr in libc-internal assertFlorian Weimer2022-08-03-0/+1
* Don't use unsupported format string in ld.so (bug 29427)Andreas Schwab2022-08-02-1/+1
* LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu2022-07-26-1/+67
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-07-15-4/+5
* elf: Rename tst-audit26 to tst-audit28Florian Weimer2022-07-08-5/+5
* elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer2022-07-05-2/+2
* elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer2022-06-28-1/+1
* elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao2022-06-28-1/+2
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-24-1/+1
* elf: Silence GCC 11/12 false positive warningH.J. Lu2022-06-17-0/+10
* elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-15-59/+1
* elf: add missing newlines in lateglobal testAndreas Schwab2022-06-08-3/+3
* Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.hJoseph Myers2022-06-06-0/+3
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-05-2/+2
* elf: Add #include <errno.h> for use of E* constants.Carlos O'Donell2022-06-02-1/+1
* elf: Add #include <sys/param.h> for MAX usage.Carlos O'Donell2022-06-02-0/+1
* elf: Remove _dl_skip_argsAdhemerval Zanella2022-05-30-2/+0
* dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song2022-05-27-1/+77
* elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song2022-05-23-0/+1
* elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev2022-05-23-22/+34
* elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein2022-05-23-12/+9
* elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein2022-05-23-0/+158
* elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein2022-05-23-11/+42
* Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu2022-05-18-1/+4
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-17-8/+2
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-17-13/+60
* Remove dl-librecon.h header.Adhemerval Zanella2022-05-16-29/+2
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-16-116/+22
* Remove kernel version checkAdhemerval Zanella2022-05-16-109/+15
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-16-0/+80
* Update RISC-V specific ELF definitionsAndreas Schwab2022-05-16-0/+15
* elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song2022-05-02-11/+5
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-04-28-6/+4
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-27-1/+92
* elf: Add more DT_RELR testsH.J. Lu2022-04-26-3/+286
* elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2022-04-26-7/+23