summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Look into ld_preloads before current libraryDmitriy Ivanov2014-08-291-9/+27
* Replace snprintf calls in linker.Christopher Ferris2014-08-272-3/+17
* Revert "Add support for protected local symbol lookup."Dmitriy Ivanov2014-08-183-36/+31
* Keep symbols for linkerDmitriy Ivanov2014-08-151-0/+4
* Label pages mapped by linker_allocatorDmitriy Ivanov2014-08-131-0/+5
* Optimize symbol lookupDmitriy Ivanov2014-08-132-0/+17
* Revert "Revert "Fix dlsym(3) to do breadth first search.""Dmitriy Ivanov2014-08-045-15/+98
* Revert "Fix dlsym(3) to do breadth first search."Dmitriy Ivanov2014-08-045-98/+15
* Fix dlsym(3) to do breadth first search.Dmitriy Ivanov2014-07-295-15/+98
* Fix mips/mips64 buildDmitriy Ivanov2014-07-282-0/+4
* Fix 'adb shell /system/bin/linker' crashDmitriy Ivanov2014-07-281-1/+14
* Fix global variable initialization for linkerDmitriy Ivanov2014-07-244-21/+7
* debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumpingNick Kralevich2014-07-231-0/+9
* Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files.Elliott Hughes2014-07-231-12/+12
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-161-4/+1
* Merge "Remove __CTOR_LIST__ from mips/mips64."Elliott Hughes2014-07-092-11/+0
|\
| * Remove __CTOR_LIST__ from mips/mips64.Elliott Hughes2014-07-092-11/+0
* | Don't zero r1 on entry to the dynamic linker.Elliott Hughes2014-07-083-18/+8
|/
* Change android_dlextinfo flags to uint64_tDmitriy Ivanov2014-07-081-1/+1
* Regenerate the bionic NOTICE files.Elliott Hughes2014-07-071-0/+32
* Revert "Reenable support for non-PIE executables"Nick Kralevich2014-07-031-91/+22
* Build fixDmitriy Ivanov2014-07-021-1/+1
* Load library using file handle.Dmitriy Ivanov2014-07-022-8/+15
* Native tests are now multilib=both by defaultDmitriy Ivanov2014-07-011-1/+0
* Write message to stderr on __libc_fatal()Dmitriy Ivanov2014-07-011-8/+3
* Add support for protected local symbol lookup.Dmitriy Ivanov2014-07-013-34/+46
* Reinstate the x86 dynamic linker warning for text relocations.Elliott Hughes2014-06-301-2/+0
* Disallow dlopen("egl/blah.so") on LP64Dmitriy Ivanov2014-06-291-2/+1
* Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64""Colin Cross2014-06-261-2/+2
|\
| * Revert "HACK: linker: check for handle==0xffffffff on LP64"Colin Cross2014-06-161-2/+2
* | Reenable support for non-PIE executablesNick Kralevich2014-06-191-22/+91
* | Fix weak function lookupsDmitriy Ivanov2014-06-171-1/+1
* | [MIPS64] linker64 requires startup codeChris Dearman2014-06-121-0/+1
|/
* Remove an unused parameter from the dlopen implementation.Elliott Hughes2014-06-033-10/+6
* Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-034-4/+3
* Merge "Do not add arcs to the soinfo graph on dlopen"Dmitriy Ivanov2014-05-231-3/+0
|\
| * Do not add arcs to the soinfo graph on dlopenBjorn Andersson2014-05-221-3/+0
* | Remove unnecessary #includes of <sys/atomics.h>.Elliott Hughes2014-05-221-1/+0
|/
* Removed dlsym handle != NULL check for lp64Dmitriy Ivanov2014-05-211-2/+5
* HACK: linker: check for handle==0xffffffff on LP64Colin Cross2014-05-201-1/+1
* Merge "Add R_X86_64_64 to the list of possible weak relocs"Dmitriy Ivanov2014-05-201-0/+1
|\
| * Add R_X86_64_64 to the list of possible weak relocsPavel Chupin2014-05-201-0/+1
* | Add RTLD_NOLOAD support and some related changes.Dmitriy Ivanov2014-05-203-32/+59
* | Fix lookup-by-base-name for lp64Dmitriy Ivanov2014-05-191-17/+25
|/
* Rethrow SIGTRAP too.Elliott Hughes2014-05-161-0/+1
* debugger.cpp should know the names of the signals it catches.Elliott Hughes2014-05-161-6/+9
* Improve detection of already loaded librariesDmitriy Ivanov2014-05-148-158/+446
* Merge "Fix for linker allocator"Dmitriy Ivanov2014-05-142-1/+4
|\
| * Fix for linker allocatorDmitriy Ivanov2014-05-142-1/+4
* | Switch to g_ for globals.Elliott Hughes2014-05-145-67/+66
|/