about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-163-8/+9
* elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer2020-12-151-0/+11
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-12-151-10/+15
* elf: inline lose for error handlingSzabolcs Nagy2020-12-151-48/+39
* elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard2020-12-121-1/+0
* elf.h: fix spelling typos in commentsDmitry V. Levin2020-12-121-3/+3
* elf: Fix dl-load.cSzabolcs Nagy2020-12-111-15/+0
* elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer2020-12-113-2/+43
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-112-7/+9
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2020-12-111-0/+15
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-112-3/+3
* elf: Include <sys/param.h> in cache.cFlorian Weimer2020-12-101-0/+1
* s390x: Add glibc-hwcaps supportFlorian Weimer2020-12-102-1/+11
* elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer2020-12-101-1/+1
* elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer2020-12-091-1/+1
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-042-1/+7
* elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho2020-12-041-0/+1
* x86_64: Add glibc-hwcaps supportFlorian Weimer2020-12-042-1/+11
* elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer2020-12-0410-3/+508
* elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2020-12-042-51/+361
* elf: Implement tail merging of strings in ldconfigFlorian Weimer2020-12-042-39/+40
* elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer2020-12-045-1/+488
* elf: Add extension mechanism to ld.so.cacheFlorian Weimer2020-12-041-0/+89
* elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer2020-12-042-1/+30
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-0415-28/+769
* elf: Synchronize <elf.h> section header flags with binutilsFlorian Weimer2020-12-031-0/+2
* elf.h: Fix spelling of EM_TILE64 commentFlorian Weimer2020-12-021-1/+1
* elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer2020-11-262-17/+16
* elf: Fix uninitialized variable for _dl_writeShuo Wang2020-11-241-1/+1
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-2/+2
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-164-6/+23
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-0/+4
* elf: In ldconfig, extract the new_sub_entry function from search_dirFlorian Weimer2020-10-301-13/+21
* elf: Unify old and new format cache handling code in ld.soFlorian Weimer2020-10-301-142/+145
* Make elf.h header self contained.Érico Rolim2020-10-281-6/+0
* Reword description of SXID_* tunable propertiesSiddhesh Poyarekar2020-10-221-5/+6
* rtld: fix typo in commentRolf Eike Beer2020-10-131-1/+1
* elf: Add missing <dl-procinfo.h> header to elf/dl-usage.cMatheus Castanho2020-10-121-0/+1
* elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2020-10-092-8/+6
* elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer2020-10-091-0/+62
* elf: Add library search path information to ld.so --helpFlorian Weimer2020-10-091-0/+56
* elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer2020-10-081-26/+27
* elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2020-10-082-1/+4
* elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer2020-10-081-11/+11
* elf: Implement ld.so --versionFlorian Weimer2020-10-083-0/+20
* elf: Implement ld.so --helpFlorian Weimer2020-10-083-13/+75
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-084-4/+10
* elf: Move ld.so error/help output to _dl_usageFlorian Weimer2020-10-084-26/+65
* elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2020-10-082-96/+157
* elf: Implement __rtld_malloc_is_completeFlorian Weimer2020-10-081-0/+8