/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 266 const void* process(Dwarf_Value* value, bool sign) const { in process() function 275 return process(value, false); in process_unsigned() 282 return process(value, true); in process_signed() 314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const { in process() function 365 process(NULL, &tag); in get_tag() 380 const Dwarf_Abbr_AT* process(Dwarf_AbbrNum* abbr_index, in process() function 443 const Elf_Byte* process(Dwarf_AbbrNum* abbr_number) const { in process() function 595 const Dwarf_STMTL_FileDesc* process(Elf_Word* dir_index) const { in process() function 852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2); in cache_to() 854 abbr_at = abbr_at->process(&tmp4, &tmp3); in cache_to() [all …]
|
D | dwarf_die.cc | 89 at_abbr = at_abbr->process(&attr->at_, &attr->form_); in get_attrib() 207 at_abbr = at_abbr->process(&attr.at_, &attr.form_); in dump() 257 const Elf_Byte* die_attr = die()->process(&abbr_num); in advance() 263 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag); in advance()
|
D | dwarf_cu.cc | 343 const Elf_Byte* die_attr = die->process(&abbr_num); in process_DIE() 353 const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &die_tag); in process_DIE() 390 at_abbr = at_abbr->process(&at_value, &at_form); in process_DIE() 526 ex_op_ptr = reinterpret_cast<const Elf_Byte*>(state.set_file_info_->process(NULL)); in get_pc_address_file_info() 713 cur_desc = cur_desc->process(NULL); in get_stmt_file_info()
|
/ndk/sources/android/crazy_linker/ |
D | DESIGN.TXT | 12 - The way the kernel loads and initializes binaries into a new process. 15 the process being launched. 31 ELF shared libraries, inside an _existing_ executable process. This makes it 71 The process of loading a given ELF shared library can be decomposed into 4 steps: 116 It is crucial to avoid loading the same library twice in the same process, 119 This implies that, inside an Android application process, all system libraries
|
D | README.TXT | 26 in a single process (Note: Fixed in Android 4.3). 58 instances of the same library in the same process, and correctly 124 the process exits.
|
/ndk/toolchains/aarch64-linux-android-4.9/ |
D | setup.mk | 58 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86_64-4.9/ |
D | setup.mk | 57 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86-4.9/ |
D | setup.mk | 59 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86-4.8/ |
D | setup.mk | 59 TARGET-process-src-files-tags = \
|
/ndk/sources/android/libthread_db/ |
D | README | 9 target process. Its API and ABI are not stable and may change in the
|
/ndk/toolchains/mipsel-linux-android-4.9/ |
D | setup.mk | 58 TARGET-process-src-files-tags = \
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
D | setup.mk | 58 TARGET-process-src-files-tags = \
|
/ndk/toolchains/mips64el-linux-android-4.9/ |
D | setup.mk | 58 TARGET-process-src-files-tags = \
|
/ndk/tests/awk/extract-pid/ |
D | test-1.in | 97 app_10 683 119 519672 44496 ffffffff 00000000 S com.google.process.gapps 98 app_0 734 119 465780 36444 ffffffff 00000000 S android.process.acore 112 app_13 3424 119 449732 33236 ffffffff 00000000 S android.process.media
|
/ndk/toolchains/mips64el-linux-android-clang3.4/ |
D | setup.mk | 82 TARGET-process-src-files-tags = \
|
/ndk/toolchains/mipsel-linux-android-clang3.4/ |
D | setup.mk | 82 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86_64-clang3.4/ |
D | setup.mk | 79 TARGET-process-src-files-tags = \
|
/ndk/toolchains/aarch64-linux-android-clang3.4/ |
D | setup.mk | 79 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86-clang3.4/ |
D | setup.mk | 81 TARGET-process-src-files-tags = \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 704 … // If we got here, the user has pushed Debug. Debugger is already attached to our process and we 755 // ************** attach debugger to the current process ************** // 831 // debugger process s_info 837 …NULL, // pointer to process security attributes; NULL - debugger's handle can't be inher… 841 NULL, // pointer to new environment block; NULL - use this process environment 842 … NULL, // pointer to current directory name; NULL - use this process correct directory 844 … &debugger_info // pointer to PROCESS_INFORMATION that will contain the new process identification 873 if( child_pid != 0 ) { // parent process - here we will start the debugger 895 …// child process - here we will continue our test module execution ; // !! ?? should it be vice ve…
|
/ndk/toolchains/mips64el-linux-android-clang3.5/ |
D | setup.mk | 84 TARGET-process-src-files-tags = \
|
/ndk/toolchains/mipsel-linux-android-clang3.5/ |
D | setup.mk | 84 TARGET-process-src-files-tags = \
|
/ndk/toolchains/aarch64-linux-android-clang3.5/ |
D | setup.mk | 81 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86_64-clang3.5/ |
D | setup.mk | 81 TARGET-process-src-files-tags = \
|
/ndk/toolchains/x86-clang3.5/ |
D | setup.mk | 83 TARGET-process-src-files-tags = \
|