summaryrefslogtreecommitdiffstats
path: root/tests/dlfcn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-3/+1
* Revert "Add support for protected local symbol lookup."Dmitriy Ivanov2014-08-181-19/+0
* Revert "Revert "Fix dlsym(3) to do breadth first search.""Dmitriy Ivanov2014-08-041-4/+17
* Revert "Fix dlsym(3) to do breadth first search."Dmitriy Ivanov2014-08-041-17/+4
* Fix dlsym(3) to do breadth first search.Dmitriy Ivanov2014-07-291-4/+17
* Add test for constructor function.Dmitriy Ivanov2014-07-081-0/+12
* Disable local/protected symbol test for lp64Dmitriy Ivanov2014-07-011-0/+5
* Build all bionic test files -Werror and fix our one warning.Elliott Hughes2014-07-011-1/+1
* Add support for protected local symbol lookup.Dmitriy Ivanov2014-07-011-0/+14
* Fix weak function lookupsDmitriy Ivanov2014-06-171-0/+12
* Fix dlsym_failure NULL handle testDmitriy Ivanov2014-05-221-7/+3
* Removed dlsym handle != NULL check for lp64Dmitriy Ivanov2014-05-211-0/+3
* Add RTLD_NOLOAD support and some related changes.Dmitriy Ivanov2014-05-201-0/+12
* Switch to g_ for globals.Elliott Hughes2014-05-141-4/+4
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-4/+4
* Test dlopen with symlinked .so filesDmitriy Ivanov2014-05-081-0/+8
* Add extra regression tests for an already-fixed dynamic linker bug.Elliott Hughes2013-11-111-4/+12
* Fix linker crashes during unknown symbol lookupSergey Melnikov2013-10-311-0/+12
* Don't test GNU-style ELF hashes on MIPS.Elliott Hughes2013-01-071-1/+5
* Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-181-0/+220