aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
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
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella
2022-05-27dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song
2022-05-23elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song
2022-05-23elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein
2022-05-23elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella
2022-05-16Remove kernel version checkAdhemerval Zanella
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer
2022-05-16Update RISC-V specific ELF definitionsAndreas Schwab
2022-05-02elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song
2022-04-28Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra
2022-04-27elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella
2022-04-26elf: Add more DT_RELR testsH.J. Lu
2022-04-26elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu
2022-04-26elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu
2022-04-26elf: Define DT_RELR related macros and typesH.J. Lu
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer
2022-04-25elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer
2022-04-20elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outsideFangrui Song
2022-04-19elf: Remove __libc_init_secureFangrui Song