summaryrefslogtreecommitdiffstats
path: root/tests/dlfcn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix arm64 and arm builds."Dmitriy Ivanov2014-11-031-2/+2
* Fix arm64 and arm builds.Dmitriy Ivanov2014-10-311-2/+2
* Fix symbol lookup order during relocationDmitriy Ivanov2014-10-311-0/+14
* Fix relocation to look for symbols in local groupDmitriy Ivanov2014-10-311-15/+171
* Add dlfcn_test to glibc test suite.Dmitriy Ivanov2014-10-311-3/+8
* Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-311-0/+80
* Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov2014-10-311-0/+36
* L-MR1 specific fixesDmitriy Ivanov2014-10-011-1/+1
* Fix unload of recursively linked libraryDmitriy Ivanov2014-10-011-1/+12
* Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-10-011-5/+9
* Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-10-011-1/+1
* Load libraries in breadth-first orderDmitriy Ivanov2014-10-011-0/+49
* Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-10-011-49/+0
* Fix order of soinfo links (repairs libcxx tests).Dmitriy Ivanov2014-10-011-0/+28
* Load libraries in breadth-first orderDmitriy Ivanov2014-10-011-0/+49
* Run constructors before resolving ifunc functionsDmitriy Ivanov2014-10-011-10/+20
* Added test for ifunc support in dynamic linker.Brigid Smith2014-10-011-0/+33
* 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