aboutsummaryrefslogtreecommitdiff
path: root/tests/libs
AgeCommit message (Expand)Author
2016-03-30CloseArchive() to free memory when OpenArchive fails.Yabin Cui
2016-01-20Remove dependency on zipalign.Christopher Ferris
2015-11-23Introduce anonymous namespaceDmitriy Ivanov
2015-11-15Introducing linker namespacesDmitriy Ivanov
2015-10-07Make dt_runpath work for libraries opened from apkDmitriy Ivanov
2015-09-30Optimize dlopen from a zip fileDmitriy Ivanov
2015-09-28Pass -q is zip for testColin Cross
2015-09-02linker: don't pass dlextinfo to dependent loadsDmitriy Ivanov
2015-08-10Move up to C++14.Dan Albert
2015-07-20Fix dt_runpath test.Dmitriy Ivanov
2015-06-23Work around compiler optimizationDmitriy Ivanov
2015-06-10Support DT_RUNPATH in the linker.Evgenii Stepanov
2015-06-01Fix dlsym(handle_of_main_executable, ...)Dmitriy Ivanov
2015-05-14Remove -z global workaround for target x86Dmitriy Ivanov
2015-05-12Improved dlsym tests and fixes to linkerDmitriy Ivanov
2015-04-25Merge "Unregister pthread_atfork handlers on dlclose()"Dmitriy Ivanov
2015-04-24Use bfd linker for x86/x86_64 targetsDmitriy Ivanov
2015-04-24Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov
2015-04-24Enable dlsym_df_1_global test for arm/arm64Dmitriy Ivanov
2015-04-24Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov
2015-04-22Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov
2015-04-16Support symbol versioningDmitriy Ivanov
2015-04-03Add libdl dependency for target librariesDmitriy Ivanov
2015-04-02Look into local group on dlsym with RTLD_DEFAULTDmitriy Ivanov
2015-03-18Implement lookup by DT_SONAMEDmitriy Ivanov
2015-03-16Support loading shared libraries from zip filesSimon Baldwin
2015-01-23Minimize calls to mprotectDmitriy Ivanov
2014-12-16Add another test for weak-referenceDmitriy Ivanov
2014-12-02Count references for groups instead of instancesDmitriy Ivanov
2014-11-19Yet another relocation testDmitriy Ivanov
2014-11-18Fix jump to unmapped memory on atexitDmitriy Ivanov
2014-11-14Fix host build for arm/arm64Dmitriy Ivanov
2014-11-14Add test for --hash-style=sysvDmitriy Ivanov
2014-11-12Add support for hash-style=gnuDmitriy Ivanov
2014-10-31Fix arm64 and arm builds.Dmitriy Ivanov
2014-10-31Fix symbol lookup order during relocationDmitriy Ivanov
2014-10-24Disable clang compilation due to lack of ifunc.Chih-Hung Hsieh
2014-10-23Fix relocation to look for symbols in local groupDmitriy Ivanov
2014-10-17Correct way to specify additional dependenciesDmitriy Ivanov
2014-10-08Build dlext_testzip as custom module.Ying Wang
2014-10-08Fix mma build: 'cd bionic && mma' caseDmitriy Ivanov
2014-10-07Fix 2nd arch prefix applicationDmitriy Ivanov
2014-10-06Add file_offset parameter to android_extinfoDmitriy Ivanov
2014-10-01Add RTLD_NODELETE flag supportDmitriy Ivanov
2014-09-17Add Android*.mk files to additional dependenciesDmitriy Ivanov
2014-09-15Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov
2014-09-15Add dlfcn_test to glibc test suite.Dmitriy Ivanov
2014-09-11Fix unload of recursively linked libraryDmitriy Ivanov
2014-09-11Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov
2014-09-08Load libraries in breadth-first orderDmitriy Ivanov