aboutsummaryrefslogtreecommitdiff
path: root/tests/dlfcn_test.cpp
AgeCommit message (Expand)Author
2016-10-19Add test for libraries with textrelsDimitry Ivanov
2016-10-10bionic-unit-tests: remove dependency on ANDROID_DATADimitry Ivanov
2016-10-10bionic-unit-tests: Create symlinks in runtimeDimitry Ivanov
2016-09-02Move test libraries under /data/nativetestsDimitry Ivanov
2016-08-16[mips] Add missing linker shdr testsNikola Veljkovic
2016-08-15Merge "linker: add test for zeroed out shdr_table_"Treehugger Robot
2016-08-15Merge "linker: add test for zero shdr offset"Treehugger Robot
2016-08-15linker: add test for zeroed out shdr_table_Dimitry Ivanov
2016-08-15Merge "[MIPS] Fix bionic test build"Treehugger Robot
2016-08-15linker: add test for zero shdr offsetDimitry Ivanov
2016-08-15[MIPS] Fix bionic test buildLazar Trsic
2016-08-15linker: add test for empty shdr tableDimitry Ivanov
2016-08-15linker: add test for zero shstrndxDimitry Ivanov
2016-08-12linker: add test for zero e_shentsizeDimitry Ivanov
2016-08-12Add test for misaligned section headerDimitry Ivanov
2016-08-11linker: disallow W + E PT_LOAD segmentsDimitry Ivanov
2016-07-20Pass argc/argv/envp to dso constructorsDimitry Ivanov
2016-05-17Fix dlopen of main executable by absolute pathDimitry Ivanov
2016-04-08Add test for IRELATIVE resolution with RTLD_LAZYDimitry Ivanov
2016-04-05Do not test ifunc on mipsDimitry Ivanov
2016-04-04Enable ifunc test for armDimitry Ivanov
2015-12-16linker: add dlvsym(3)Dimitry Ivanov
2015-12-10Move dlsym and dladdr implementation to linker.cppDimitry Ivanov
2015-10-13Correctly resolve realpath for absolute pathsLazar Trsic
2015-07-07Respect caller DT_RUNPATH in dlopen().Evgenii Stepanov
2015-06-23Replace NULL with nullptrDmitriy Ivanov
2015-06-10Support DT_RUNPATH in the linker.Evgenii Stepanov
2015-06-01Fix dlsym(handle_of_main_executable, ...)Dmitriy Ivanov
2015-05-12Improved dlsym tests and fixes to linkerDmitriy Ivanov
2015-04-24Enable dlsym_df_1_global test for arm/arm64Dmitriy Ivanov
2015-04-16Support symbol versioningDmitriy Ivanov
2015-04-09Fix dl* tests to run-on-hostDmitriy Ivanov
2015-04-06Add realpath for soinfoDmitriy Ivanov
2015-04-02Look into local group on dlsym with RTLD_DEFAULTDmitriy Ivanov
2015-03-18Move open from zip tests to dlextDmitriy Ivanov
2015-03-18Implement lookup by DT_SONAMEDmitriy Ivanov
2015-03-16Support loading shared libraries from zip filesSimon Baldwin
2015-03-16Remove obsolete test_isolated wrapper functionDmitriy Ivanov
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-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-23Fix relocation to look for symbols in local groupDmitriy Ivanov
2014-10-01Add RTLD_NODELETE flag supportDmitriy Ivanov
2014-09-15Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov
2014-09-15Add dlfcn_test to glibc test suite.Dmitriy Ivanov