aboutsummaryrefslogtreecommitdiff
path: root/tests/dlext_test.cpp
AgeCommit message (Expand)Author
2016-05-17linker: Allow caller to specify parent namespaceDimitry Ivanov
2016-05-11Remove linker-namespace functions from the headerDimitry Ivanov
2016-04-14Remove dangling links in secondary namespacesDimitry Ivanov
2016-03-28linker: hide the pointer to soinfoDimitry Ivanov
2016-03-01linker: print "not accessible" error message to the logDimitry Ivanov
2016-01-26Factor out the waiting for children in bionic tests.Elliott Hughes
2016-01-21Merge "Remove dependency on zipalign."Christopher Ferris
2016-01-20Do not unmap reserved region on dlcloseDimitry Ivanov
2016-01-20Remove dependency on zipalign.Christopher Ferris
2015-12-19linker: implement shared namespacesDimitry Ivanov
2015-12-09Add permitted_when_isolated_path to linker namespacesDimitry Ivanov
2015-12-04Allow dlopening public libs using absolute pathDimitry Ivanov
2015-11-23Introduce anonymous namespaceDmitriy Ivanov
2015-11-17Ignore target sdk version for the public namespaceDmitriy Ivanov
2015-11-15Introducing linker namespacesDmitriy Ivanov
2015-11-06linker: cleanup solist after unsuccessful readDmitriy Ivanov
2015-10-27Implement load at fixed address featureDmitriy Ivanov
2015-10-07Make dt_runpath work for libraries opened from apkDmitriy Ivanov
2015-09-30Optimize dlopen from a zip fileDmitriy Ivanov
2015-09-02linker: don't pass dlextinfo to dependent loadsDmitriy Ivanov
2015-06-11Make path to apk compliant with jar url formatDmitriy Ivanov
2015-04-09Fix dl* tests to run-on-hostDmitriy Ivanov
2015-04-06Add realpath for soinfoDmitriy Ivanov
2015-04-03Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov
2015-03-18Move open from zip tests to dlextDmitriy Ivanov
2015-03-16Fix typoDmitriy Ivanov
2014-12-13better gtest runner for bionicYabin Cui
2014-11-04check invalid file offset when loading libraryYabin Cui
2014-10-21Rename library_offset to library_fd_offsetDmitriy Ivanov
2014-10-08Build dlext_testzip as custom module.Ying Wang
2014-10-06Add file_offset parameter to android_extinfoDmitriy Ivanov
2014-09-03Don't fail a test just because we aren't root.Dan Albert
2014-08-27Add missing type casts before comparison.Chih-Hung Hsieh
2014-07-02Load library using file handle.Dmitriy Ivanov
2014-05-06Test that relro sharing actually saves memory.Torne (Richard Coles)
2014-05-02Handle empty relro segment or incorrectly sized file.Torne (Richard Coles)
2014-04-22Get ANDROID_DATA dir from enviromentDmitriy Ivanov
2014-04-17Allow sharing the RELRO section via a file.Torne (Richard Coles)
2014-04-17Support loading libraries to a reserved address.Torne (Richard Coles)