aboutsummaryrefslogtreecommitdiff
path: root/elf/get-dynamic-info.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-26elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu1-6/+18
2022-04-26elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song1-0/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-18elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella1-39/+56
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-18/+7
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella1-11/+14
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-8/+7
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu1-18/+3
2021-01-13elf: work around a gcc bug in elf_get_dynamic_infoSzabolcs Nagy1-23/+18
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer1-1/+1
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer1-0/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-22Break some lines before not after operators.Joseph Myers1-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-02-05Use ADDRIDX with DT_GNU_HASHH.J. Lu1-2/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-2/+4
2017-03-02Remove header file inclusion guard from elf/get-dynamic-info.hFlorian Weimer1-4/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+6
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-19Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6David S. Miller1-1/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-05Revert wrong commit.Adhemerval Zanella1-2/+2
2013-12-05Fix elf/get-dynamic-info.h for ATAdhemerval Zanella1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-29Warn about unsupported DT_FLAGS_1 flags.Carlos O'Donell1-2/+10
2012-11-21Check supported DF_1_XXX bitsH.J. Lu1-0/+3
2012-10-05Set up the data structures for vDSO in libc.aH.J. Lu1-0/+161