aboutsummaryrefslogtreecommitdiff
path: root/linker
AgeCommit message (Expand)Author
2015-12-16linker: add dlvsym(3)Dimitry Ivanov
2015-12-11Merge "Move dlsym and dladdr implementation to linker.cpp"Dimitry Ivanov
2015-12-10Move dlsym and dladdr implementation to linker.cppDimitry Ivanov
2015-12-10Merge "Revert "Add /odm/lib to shared lib search path""Dimitry Ivanov
2015-12-10Merge "Add permitted_when_isolated_path to linker namespaces"Dimitry Ivanov
2015-12-09Add permitted_when_isolated_path to linker namespacesDimitry Ivanov
2015-12-09Merge "Revert "Ensure that readlink has access to /proc/self/fd""Dimitry Ivanov
2015-12-09Revert "Ensure that readlink has access to /proc/self/fd"Dimitry Ivanov
2015-12-09Revert "Add /odm/lib to shared lib search path"Dimitry Ivanov
2015-12-05Merge "Allow dlopening public libs using absolute path"Dimitry Ivanov
2015-12-04Allow dlopening public libs using absolute pathDimitry Ivanov
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-11-23Introduce anonymous namespaceDmitriy Ivanov
2015-11-22Handling invalid section headersDmitriy Ivanov
2015-11-20Move some utility functions to linker_utilsDmitriy Ivanov
2015-11-20Improve error message for files with no sectionsDmitriy Ivanov
2015-11-19Merge "Add /odm/lib to shared lib search path"Hung-ying Tyan
2015-11-19Merge "Do not depend on host bits to get the right size to write."Junichi Uekawa
2015-11-19Do not depend on host bits to get the right size to write.Junichi Uekawa
2015-11-18Add /odm/lib to shared lib search pathHung-ying Tyan
2015-11-17Ignore target sdk version for the public namespaceDmitriy Ivanov
2015-11-16Remove the warning about empty LD_LIBRARY_PATHDmitriy Ivanov
2015-11-16Fix arm64 and x86 buildsDmitriy Ivanov
2015-11-15Introducing linker namespacesDmitriy Ivanov
2015-11-06linker: cleanup solist after unsuccessful readDmitriy Ivanov
2015-11-05Fix linked_list::remove_if()Dmitriy Ivanov
2015-10-27Implement load at fixed address featureDmitriy Ivanov
2015-10-22Implement Library Load Order RandomizationDmitriy Ivanov
2015-10-22refactoring: introduce MappedFileFragmentDmitriy Ivanov
2015-10-20dlfcn: update ifdef around old_name_Mike Frysinger
2015-10-16Merge "Replace auto -> const auto&/auto&&"Dimitry Ivanov
2015-10-16Merge "Fix R_AARCH64_ABS/PREL relocations"Dimitry Ivanov
2015-10-16Fix R_AARCH64_ABS/PREL relocationsDmitriy Ivanov
2015-10-14Ensure that readlink has access to /proc/self/fdDmitriy Ivanov
2015-10-13Log dlopen failures caused by text relocationsDmitriy Ivanov
2015-10-13Replace auto -> const auto&/auto&&Dmitriy Ivanov
2015-10-13Correctly resolve realpath for absolute pathsLazar Trsic
2015-10-12linker: Switch to clangDmitriy Ivanov
2015-10-09Move VDSO pointers to a shared globals struct.Josh Gao
2015-10-09Remove textrels support for platform libsDmitriy Ivanov
2015-10-07Make dt_runpath work for libraries opened from apkDmitriy Ivanov
2015-10-05Fix linker testsDmitriy Ivanov
2015-10-01Fix the commentDmitriy Ivanov
2015-09-30Optimize dlopen from a zip fileDmitriy Ivanov
2015-09-28Fix bug number for linker related workaroundsDmitriy Ivanov
2015-09-17Fix mips FP abi bug in the linker.Douglas Leung
2015-09-02linker: don't pass dlextinfo to dependent loadsDmitriy Ivanov
2015-08-28Regenerate NOTICE files.Elliott Hughes
2015-08-20Fix a mistype in segment overrange checkingskvalex
2015-08-17Don't attach linker_asan to linker in module definition.Ying Wang