aboutsummaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* The ifdef check for AT_SYSINFO_EHDR is no longer neededdimitry2017-07-061-3/+1
* bionic: fix assorted static analyzer warningsGeorge Burgess IV2017-06-281-0/+15
* linker_config_test: allow search paths of systems without a vendor partitionJaesung Chung2017-06-191-30/+24
* Make dl_iterate_phdr return correct name for first entryDimitry Ivanov2017-05-314-13/+17
* Remove obsolete __stack_chk_fail_local.Elliott Hughes2017-05-231-6/+0
* greylist is no longer enabled by default.Jiyong Park2017-05-093-2/+13
* Merge "Move libc_log code into libasync_safe."Christopher Ferris2017-05-0315-55/+68
|\
| * Move libc_log code into libasync_safe.Christopher Ferris2017-05-0315-55/+68
* | Shared namespaces inherit parent ns propertiesDimitry Ivanov2017-05-022-3/+25
|/
* Merge "linker: add android_get_exported_namespace"Treehugger Robot2017-05-026-6/+47
|\
| * linker: add android_get_exported_namespaceJiyong Park2017-04-286-6/+47
* | loader: enable loading libraries from tmpfsDimitry Ivanov2017-04-211-1/+10
* | Make the _Unwind_Ptr declaration match clang's.Elliott Hughes2017-04-211-4/+2
|/
* Decode the common EM_ values.Elliott Hughes2017-04-191-1/+11
* Avoid "D linker : (null)" with debug.ld.all for dlerror.Elliott Hughes2017-04-151-1/+1
* The workaround for apps using older version of soinfosDimitry Ivanov2017-04-122-0/+10
* Merge "Send developers straight to the text relocation docs."Treehugger Robot2017-04-111-3/+6
|\
| * Send developers straight to the text relocation docs.Elliott Hughes2017-04-101-3/+6
* | Merge "Move scopeguard into android::base"Tom Cherry2017-04-063-23/+17
|\ \ | |/ |/|
| * Move scopeguard into android::baseTom Cherry2017-04-053-23/+17
* | Add support for disabling the greylist.Elliott Hughes2017-04-063-41/+49
|/
* Merge changes I826756d9,I00e2edb2Josh Gao2017-04-031-6/+0
|\
| * linker: update dependencies.Josh Gao2017-03-081-6/+0
* | Merge "Fix lookup logic for linked namespaces"Treehugger Robot2017-04-021-26/+75
|\ \
| * | Fix lookup logic for linked namespacesDimitry Ivanov2017-03-291-26/+75
* | | Refactor sanitized library on-disk layout - bionic.Vishwath Mohan2017-03-301-18/+10
|/ /
* | linker: log only real dlerrorsDimitry Ivanov2017-03-282-1/+1
* | Merge "Make anonymous namespace isoalted."Dimitry Ivanov2017-03-281-2/+1
|\ \
| * | Make anonymous namespace isoalted.Dimitry Ivanov2017-03-271-2/+1
* | | Merge "Revert "linker: add more directories to default lib paths""Dimitry Ivanov2017-03-251-36/+8
|\ \ \
| * | | Revert "linker: add more directories to default lib paths"Dimitry Ivanov2017-03-171-36/+8
* | | | Merge "Load namespace configuration from ld.config.txt"Treehugger Robot2017-03-2511-30/+1021
|\ \ \ \
| * | | | Load namespace configuration from ld.config.txtDimitry Ivanov2017-03-2411-30/+1021
| | |/ / | |/| |
* | | | Merge "loader: stop relying on AT_BASE"Treehugger Robot2017-03-242-20/+21
|\ \ \ \
| * | | | loader: stop relying on AT_BASEDimitry Ivanov2017-03-232-20/+21
| |/ / /
* / / / Add systrace output for dlclose/dlsym callsDimitry Ivanov2017-03-212-1/+6
|/ / /
* | | Add systrace output for dlopen callsDimitry Ivanov2017-03-203-1/+13
* | | Merge "Extract format_string function."Treehugger Robot2017-03-144-22/+35
|\ \ \
| * | | Extract format_string function.Dimitry Ivanov2017-03-134-22/+35
* | | | Merge "linker: add more directories to default lib paths"Treehugger Robot2017-03-141-8/+36
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | linker: add more directories to default lib pathsJiyong Park2017-03-131-8/+36
* | | Apply ASan linker path translation to subdirectories.Evgenii Stepanov2017-03-131-4/+6
| |/ |/|
* | linker_memory: allow fallback allocator to be turned on and off.Josh Gao2017-03-081-4/+10
* | loader: anonymous ns initialization is not requiredDimitry Ivanov2017-03-071-9/+1
* | Remove g_default_ld_paths global variableDimitry Ivanov2017-03-061-17/+20
|/
* Fix greylist exception to account for linked namespacesDimitry Ivanov2017-02-271-30/+43
* Merge "loader: set PT_INTERP to itself"Treehugger Robot2017-02-252-1/+7
|\
| * loader: set PT_INTERP to itselfDimitry Ivanov2017-02-242-1/+7
* | libc: __system_property_set uses writev to write atomicallyDimitry Ivanov2017-02-241-7/+0
|/
* Merge "Cope with argv[0] being null in the dynamic linker."Treehugger Robot2017-02-231-3/+10
|\