aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2022-04-26elf: Add more DT_RELR testsH.J. Lu10-3/+286
2022-04-26elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2-7/+23
2022-04-26elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song5-0/+128
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu3-4/+50
2022-04-26elf: Define DT_RELR related macros and typesH.J. Lu1-2/+11
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song1-1/+1
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer4-4/+149
2022-04-25elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song1-15/+10
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer2-0/+170
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer2-0/+267
2022-04-20elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outsideFangrui Song1-21/+28
2022-04-19elf: Remove __libc_init_secureFangrui Song1-10/+0
2022-04-14S390: Add new s390 platform z16.Stefan Liebler2-0/+14
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein5-10/+10
2022-04-13elf: Fix memory leak in _dl_find_object_update (bug 29062)Florian Weimer1-2/+3
2022-04-07S390: Fix elf/tst-audit25[ab]Stefan Liebler1-1/+2
2022-04-04Allow for unpriviledged nested containersDJ Delorie1-0/+2
2022-03-31elf: Remove unused functions from tst-audit25(a,b)Adhemerval Zanella2-16/+0
2022-03-31elf: Remove unused variables in testsAdhemerval Zanella3-6/+0
2022-03-31elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-1/+2
2022-02-28Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer2-76/+14
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu1-0/+3
2022-02-21elf: Check invalid hole in PT_LOAD segments [BZ #28838]H.J. Lu1-0/+3
2022-02-11Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer1-4/+76
2022-02-10elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella3-16/+1
2022-02-10malloc: Remove LD_TRACE_PRELINKING usage from mtraceAdhemerval Zanella2-9/+16
2022-02-10elf: Remove prelink supportAdhemerval Zanella10-605/+53
2022-02-10Linux: Consolidate auxiliary vector parsingFlorian Weimer1-76/+4
2022-02-10elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer1-350/+2
2022-02-09hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella5-5/+10
2022-02-06elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu1-1/+1
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy1-0/+1
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard1-1/+2
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella28-37/+1322
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella6-4/+167
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella5-0/+351
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu2-25/+24
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy1-1/+3
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer3-0/+39
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard1-0/+2
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella4-190/+4
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor1-1/+1
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu4-0/+88
2022-01-24elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu3-0/+67
2022-01-24elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu6-0/+258
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu3-0/+80
2022-01-22Add valgrind smoke testAlexandra Hájková3-0/+102
2022-01-21elf: Properly align all PT_LOAD segments [BZ #28676]H.J. Lu1-1/+8
2022-01-18elf: Fix tst-align3Adhemerval Zanella1-2/+3
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer3-45/+65