aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer2-1/+7
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho1-0/+1
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer2-1/+11
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer10-3/+508
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2-51/+361
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer2-39/+40
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer5-1/+488
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer1-0/+89
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer2-1/+30
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer15-28/+769
2020-12-03elf: Synchronize <elf.h> section header flags with binutilsFlorian Weimer1-0/+2
2020-12-02elf.h: Fix spelling of EM_TILE64 commentFlorian Weimer1-1/+1
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer2-17/+16
2020-11-24elf: Fix uninitialized variable for _dl_writeShuo Wang1-1/+1
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-2/+2
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer4-6/+23
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-0/+4
2020-10-30elf: In ldconfig, extract the new_sub_entry function from search_dirFlorian Weimer1-13/+21
2020-10-30elf: Unify old and new format cache handling code in ld.soFlorian Weimer1-142/+145
2020-10-28Make elf.h header self contained.Érico Rolim1-6/+0
2020-10-22Reword description of SXID_* tunable propertiesSiddhesh Poyarekar1-5/+6
2020-10-13rtld: fix typo in commentRolf Eike Beer1-1/+1
2020-10-12elf: Add missing <dl-procinfo.h> header to elf/dl-usage.cMatheus Castanho1-0/+1
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2-8/+6
2020-10-09elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer1-0/+62
2020-10-09elf: Add library search path information to ld.so --helpFlorian Weimer1-0/+56
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer1-26/+27
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2-1/+4
2020-10-08elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer1-11/+11
2020-10-08elf: Implement ld.so --versionFlorian Weimer3-0/+20
2020-10-08elf: Implement ld.so --helpFlorian Weimer3-13/+75
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer4-4/+10
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer4-26/+65
2020-10-08elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2-96/+157
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer1-0/+8
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-10-07elf: Implement _dl_writeFlorian Weimer2-1/+57
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer2-2/+16
2020-09-29Set tunable value as well as min/max valuesH.J. Lu2-6/+60
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic4-3/+94
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella4-6/+6
2020-09-07elf.h: Add aarch64 bti/pac dynamic tag constantsMark Wielaard1-0/+2
2020-08-27elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol testsAlistair Francis1-0/+5
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer3-8/+75
2020-07-16Linux: Remove rseq supportFlorian Weimer2-12/+1
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy15-17/+359
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2-6/+40
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy3-5/+62
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2-12/+96
2020-07-07elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer1-2/+8