aboutsummaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic 'ndk-headers-licenses'Treehugger Robot2016-10-201-220/+0
|\
| * One NOTICE file to rule them all.Dan Albert2016-10-201-220/+0
* | Add test for libraries with textrelsDimitry Ivanov2016-10-191-7/+6
|/
* Fix for default library path "/vendor/lib"neo.chae2016-10-051-1/+6
* linker: Refactoring step 3 of manyDimitry Ivanov2016-09-135-509/+669
* Silently ignore empty path elementsDimitry Ivanov2016-09-071-0/+5
* linker: stat /proc/self/exe instead of executable_pathDimitry Ivanov2016-08-251-3/+6
* Don't warn about DT_FLAGS_1 containing DF_1_PIEBernhard Rosenkränzer2016-08-191-1/+1
* Merge "linker: disallow W + E PT_LOAD segments"Dimitry Ivanov2016-08-121-1/+8
|\
| * linker: disallow W + E PT_LOAD segmentsDimitry Ivanov2016-08-111-1/+8
* | Merge "dlerror returns char*, not const char*."Treehugger Robot2016-08-111-4/+4
|\ \
| * | dlerror returns char*, not const char*.Elliott Hughes2016-08-111-4/+4
* | | linker: use stat(2) to check file existenceDimitry Ivanov2016-08-111-5/+5
* | | linker_asan: Translate absolute dlopen paths to use asan-libraries.Dimitry Ivanov2016-08-101-22/+50
| |/ |/|
* | Check alignment along with range of mapped file fragmentsDimitry Ivanov2016-08-103-19/+33
|/
* linker: fix mips buildDimitry Ivanov2016-08-092-15/+17
* Merge changes I868417f4,I57ac3667Treehugger Robot2016-08-0915-1387/+1708
|\
| * Extract soinfo and globals to separate files.Dimitry Ivanov2016-08-0814-1253/+1460
| * Move android_namespace_t to a separate file.Dimitry Ivanov2016-08-086-137/+251
* | Update NOTICE files.Elliott Hughes2016-08-081-0/+28
|/
* Sync linker with internal branchDimitry Ivanov2016-08-017-42/+232
* Improvements to initialization of linker_allocatorDimitry Ivanov2016-07-292-13/+19
* Add sanity checks for e_shentsize and e_shstrndxDimitry Ivanov2016-07-221-0/+11
* Pass argc/argv/envp to dso constructorsDimitry Ivanov2016-07-204-46/+69
* Align-up and randomize shared libraries.Evgenii Stepanov2016-07-192-3/+39
* Convert linker from Android.mk to Android.bpColin Cross2016-07-152-126/+144
* Fix typo in the commentDimitry Ivanov2016-07-141-1/+1
* linker: Improve elf-file validationDimitry Ivanov2016-07-131-1/+35
* Use trivial types to avoid calls to new for globalsDimitry Ivanov2016-07-132-1/+4
* linker: Enable debug logging via propertiesDimitry Ivanov2016-07-126-20/+249
* Merge "Fix misc-macro-parentheses warnings in bionic."Chih-hung Hsieh2016-06-211-2/+2
|\
| * Fix misc-macro-parentheses warnings in bionic.Chih-Hung Hsieh2016-06-101-2/+2
* | Merge "Lose debuggerd client code to libdebuggerd_client."Treehugger Robot2016-06-204-327/+17
|\ \
| * | Lose debuggerd client code to libdebuggerd_client.Josh Gao2016-06-154-327/+17
| |/
* / Make missing public soname error message clear.Christopher Ferris2016-06-201-2/+2
|/
* Correctly handle the case of empty LD_PRELOAD entriesDimitry Ivanov2016-05-241-0/+3
* Do not resolve caller_ns when it is not neededDimitry Ivanov2016-05-231-9/+7
* Do not check zip-entry validity on create_namespaceDimitry Ivanov2016-05-191-36/+0
* Merge "linker: Allow caller to specify parent namespace"Treehugger Robot2016-05-173-15/+53
|\
| * linker: Allow caller to specify parent namespaceDimitry Ivanov2016-05-173-15/+53
* | Fix dlopen of main executable by absolute pathDimitry Ivanov2016-05-171-2/+22
|/
* Regenerate NOTICE files.Elliott Hughes2016-05-161-0/+16
* Remove linker-namespace functions from the headerDimitry Ivanov2016-05-091-0/+26
* Fix linker crash on trying to unload main executableDimitry Ivanov2016-05-061-76/+101
* Improve error message for empty list of public libsDimitry Ivanov2016-04-211-1/+5
* Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL"Than McIntosh2016-04-201-2/+2
|\
| * Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_RELLazar Trsic2016-04-061-2/+2
* | Remove dangling links in secondary namespacesDimitry Ivanov2016-04-142-13/+54
* | linker: remove unnecessary reset of constructors_called flagDimitry Ivanov2016-04-131-4/+0
* | linker: unload RTLD_NODELETE libraries when loading failsDimitry Ivanov2016-04-131-1/+1
|/