summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Revert "Must use Clang assembler for mips target."Duane Sand2015-01-091-7/+0
* Merge "Set linux 32bit personality for 32 bit processes"Dmitriy Ivanov2015-01-081-0/+7
|\
| * Set linux 32bit personality for 32 bit processesDmitriy Ivanov2015-01-071-0/+7
* | Print error when prelink fails for main executableDmitriy Ivanov2015-01-071-1/+4
|/
* Add support for DT_MIPS_RLD_MAP2 tag.Raghu Gandham2014-12-191-0/+7
* Must use Clang assembler for mips target.Chih-Hung Hsieh2014-12-181-0/+7
* Fix soinfo_unloadDmitriy Ivanov2014-12-021-4/+14
* Kill <machine/exec.h>.Elliott Hughes2014-12-021-2/+15
* Fix mips buildDmitriy Ivanov2014-12-021-1/+1
* Merge "Count references for groups instead of instances"Dmitriy Ivanov2014-12-024-90/+170
|\
| * Count references for groups instead of instancesDmitriy Ivanov2014-12-024-90/+170
* | Merge "Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM."Dmitriy Ivanov2014-12-021-0/+2
|\ \
| * | Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM.Alexander Ivchenko2014-12-021-0/+2
| |/
* | Build our benchmarks against glibc too.Elliott Hughes2014-12-011-1/+1
|/
* Fix jump to unmapped memory on atexitDmitriy Ivanov2014-11-181-7/+19
* Rename soinfo methods and fieldsDmitriy Ivanov2014-11-133-201/+199
* Fix mips buildDmitriy Ivanov2014-11-122-12/+15
* Add support for hash-style=gnuDmitriy Ivanov2014-11-123-57/+214
* check invalid file offset when loading libraryYabin Cui2014-11-041-0/+8
* Merge "Revert "Use local copy of the library name on dlopen""Dmitriy Ivanov2014-11-011-14/+2
|\
| * Revert "Use local copy of the library name on dlopen"Dmitriy Ivanov2014-11-011-14/+2
* | Merge "Fix symbol lookup order during relocation"Dmitriy Ivanov2014-10-313-68/+127
|\ \ | |/ |/|
| * Fix symbol lookup order during relocationDmitriy Ivanov2014-10-313-68/+127
* | Use local copy of the library name on dlopenDmitriy Ivanov2014-10-311-2/+14
|/
* Remove unnecessary reinterpret_castDmitriy Ivanov2014-10-241-1/+1
* Fix mips buildDmitriy Ivanov2014-10-231-1/+1
* Remove unnecessary lookups during relocationsDmitriy Ivanov2014-10-231-22/+5
* Fix relocation to look for symbols in local groupDmitriy Ivanov2014-10-233-79/+124
* Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-212-14/+8
* Merge "Fix misleading comment."Dmitriy Ivanov2014-10-161-3/+3
|\
| * Fix misleading comment.Robert Grosse2014-10-151-3/+3
* | Ignore DT_BIND_NOW (0x18)Dmitriy Ivanov2014-10-151-7/+42
|/
* Resolve "unused DT entry" warnings for x86_64Dmitriy Ivanov2014-10-061-3/+13
* Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-065-37/+59
* Merge "Add RTLD_NODELETE flag support"Dmitriy Ivanov2014-10-022-10/+24
|\
| * Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-012-10/+24
* | Fix mips buildDmitriy Ivanov2014-09-301-2/+0
|/
* Fix unused DT entry warnings.Dmitriy Ivanov2014-09-303-9/+37
* Return has_DT_SYMBOLIC flag.Dmitriy Ivanov2014-09-292-23/+47
* Fix gdb could not get shared library list issueNingsheng Jian2014-09-263-6/+14
* Merge "Add a dummy atexit(3) to the linker."Dan Albert2014-09-241-0/+4
|\
| * Add a dummy atexit(3) to the linker.Dan Albert2014-09-241-0/+4
* | Fix a couple more cases of missing CLOEXEC.Elliott Hughes2014-09-221-1/+1
|/
* Temporary disable DL_WARNs for unused DT_*Dmitriy Ivanov2014-09-171-1/+1
* Fix 64bit buildDmitriy Ivanov2014-09-161-3/+3
* Fix some unused DT_ warningsDmitriy Ivanov2014-09-161-4/+35
* Remove has_DT_SYMBOLIC flagDmitriy Ivanov2014-09-163-96/+40
* Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov2014-09-153-19/+36
* Merge "Fix unload of recursively linked library"Dmitriy Ivanov2014-09-121-1/+1
|\
| * Fix unload of recursively linked libraryDmitriy Ivanov2014-09-111-1/+1