linker Связывание динамических исполняемых файлов Симлинк на: файл /apex/com.android.runtime/bin/linker Тип файла: команда usage: linker [--list] PROGRAM [ARGS-FOR-PROGRAM...] usage: linker [--list] path.zip!/PROGRAM [ARGS-FOR-PROGRAM...] A helper program for linking dynamic executables. Typically, the kernel loads this program because it's the PT_INTERP of a dynamic executable. This program can also be run directly to load and run a dynamic executable. The executable can be inside a zip file if it's stored uncompressed and at a page-aligned offset. The --list option gives behavior equivalent to ldd(1) on other systems. |