Searched refs:loaded (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/crazy_linker/ |
D | README.TXT | 15 - Library dependencies are loaded automatically in the right order. 61 - Any library loaded by the crazy linker, and which uses functions of 65 This ensures that if a library is loaded by the crazy linker, any of 66 its dependencies will be loaded by it too. 68 - Libraries loaded with the crazy linker are visible to GDB, or Breakpad, 77 shared library, loaded with System.loadLibrary() instead (or alternatively, 80 Also, libraries loaded with the crazy linker are not visible to the system 92 This will not work if the symbol is inside a library loaded with the 123 - Libraries loaded by the crazy linker are not automatically closed when 126 - dlopen() when called inside a library loaded by the crazy linker doesn't
|
D | DESIGN.TXT | 27 Add to this that most of this must be done without the C library being loaded or 66 - One or more tables containing 'relocations'. Because libraries can be loaded 94 loaded in step 2). 120 should be loaded by the system linker (because otherwise, the Dalvik-based 126 - An application shared libraries, loaded by the crazy_linker itself. 127 - A system shared libraries, loaded through the system dlopen(). 129 Libraries loaded by the crazy_linker are modelled by a crazy::SharedLibrary 168 Libraries loaded by the crazy linker are not visible to the system linker. 171 code loaded by the crazy_linker will not work properly. 185 The crazy_linker contains support code to ensure that libraries loaded with it
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_elf_loader.cpp | 250 bool ElfLoader::CheckPhdr(ELF::Addr loaded, Error* error) { in CheckPhdr() argument 252 ELF::Addr loaded_end = loaded + (phdr_num_ * sizeof(ELF::Phdr)); in CheckPhdr() 259 if (seg_start <= loaded && loaded_end <= seg_end) { in CheckPhdr() 260 loaded_phdr_ = reinterpret_cast<const ELF::Phdr*>(loaded); in CheckPhdr() 264 error->Format("Loaded program header %x not in loadable segment", loaded); in CheckPhdr()
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 13 and run when the shared library is loaded. 42 + * loaded on Android 2.1 (Eclair) and older platform releases, due 66 + * loaded on Android 2.1 (Eclair) and older platform releases, due 90 + * loaded on Android 2.1 (Eclair) and older platform releases, due
|
/ndk/docs/text/ |
D | SYSTEM-ISSUES.text | 101 libbar.so will always fail, even if you have already loaded libfoo.so
|
/ndk/sources/host-tools/make-3.81/ |
D | SMakefile | 71 # If your system needs extra libraries loaded in, define them here.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 3342 When the system is heavily loaded, you will probably want to run 3343 fewer jobs than when it is lightly loaded. You can use the `-l' option
|
D | make.texi | 4003 When the system is heavily loaded, you will probably want to run fewer jobs 4004 than when it is lightly loaded. You can use the @samp{-l} option to tell
|