summaryrefslogtreecommitdiffstats
path: root/tests/dlext_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make path to apk compliant with jar url formatDmitriy Ivanov2015-06-091-2/+2
* Fix dl* tests to run-on-hostDmitriy Ivanov2015-04-091-1/+5
* Add realpath for soinfoDmitriy Ivanov2015-04-061-2/+2
* Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-0/+34
* Move open from zip tests to dlextDmitriy Ivanov2015-03-181-21/+50
* Fix typoDmitriy Ivanov2015-03-161-1/+1
* better gtest runner for bionicYabin Cui2014-12-131-22/+26
* check invalid file offset when loading libraryYabin Cui2014-11-041-3/+17
* Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-211-8/+17
* Build dlext_testzip as custom module.Ying Wang2014-10-081-1/+1
* Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-061-18/+73
* Don't fail a test just because we aren't root.Dan Albert2014-09-031-0/+5
* Add missing type casts before comparison.Chih-Hung Hsieh2014-08-271-4/+5
* Load library using file handle.Dmitriy Ivanov2014-07-021-0/+22
* Test that relro sharing actually saves memory.Torne (Richard Coles)2014-05-061-0/+123
* Handle empty relro segment or incorrectly sized file.Torne (Richard Coles)2014-05-021-40/+77
* Get ANDROID_DATA dir from enviromentDmitriy Ivanov2014-04-221-3/+6
* Allow sharing the RELRO section via a file.Torne (Richard Coles)2014-04-171-0/+56
* Support loading libraries to a reserved address.Torne (Richard Coles)2014-04-171-0/+136