Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | linker: better sym == function detection | Jari Vetoniemi | 2018-04-19 |
| | |||
* | wrapper/linker: __cxa_demangle from linker | Jari Vetoniemi | 2018-04-19 |
| | | | | | We want to use android's libstdc++, so we need to pass __cxa_demangle from linker. | ||
* | linker: Use dladdr1 to get symbol info | Jari Vetoniemi | 2018-04-19 |
| | | | | Casting symbol is wrong. | ||
* | linker: s/APKENV_DEBUG/LINKER_DEBUG/ | Jari Vetoniemi | 2018-04-19 |
| | |||
* | linker: debug print to stderr | Jari Vetoniemi | 2018-04-19 |
| | |||
* | linker: Remove libc precond | Jari Vetoniemi | 2018-04-19 |
| | |||
* | linker/libc: don't wrap variable symbols | Jari Vetoniemi | 2018-04-19 |
| | | | | | This is why the bionic_file_to_glibc_file did not work with just pointers. The input is actually pointer to our wrapper, doh. | ||
* | linker: Refactor glibc dlopen hacks | Jari Vetoniemi | 2018-03-10 |
| | | | | Allows us to return "valid" pointer when bionic program calls dlopen. | ||
* | dlfcn: Static pthread initializer | Jari Vetoniemi | 2018-02-28 |
| | |||
* | linker: Hacks | Jari Vetoniemi | 2018-02-27 |
| | |||
* | dlfcn: Try dlsym glibc symbols first | Jari Vetoniemi | 2018-02-25 |
| | |||
* | refactor commit | Jari Vetoniemi | 2018-02-22 |
| | |||
* | Messy commit of hacks and implementations | Jari Vetoniemi | 2018-02-20 |
| | |||
* | refactoring, fixing and implementing | Jari Vetoniemi | 2018-02-19 |
| | | | | messy commits yay | ||
* | linker: add some hacks until rewrite | Jari Vetoniemi | 2018-02-19 |
| | |||
* | linker: demangle c++ symbols | Jari Vetoniemi | 2018-02-18 |
| | |||
* | Initial commit | Jari Vetoniemi | 2018-02-16 |
Stuff in src/linker will get rewritten from scratch eventually, it's all horrible. But for now focus is getting on shit work. |