Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 90) sorted by relevance

1234

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h266 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 …]
Ddwarf_die.cc89 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()
Ddwarf_cu.cc343 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/docs/tools/
Dndk-markdown-substitutions.py16 def process(self, line): member in Filter
39 string = f.process(string)
164 def process(input_file, output_file): function
176 line = f.process(line)
230 process(in_file, out_file)
/ndk/sources/android/crazy_linker/
DDESIGN.TXT12 - 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
DREADME.TXT26 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/
Dsetup.mk58 TARGET-process-src-files-tags = \
/ndk/toolchains/x86-4.9/
Dsetup.mk59 TARGET-process-src-files-tags = \
/ndk/toolchains/x86-4.6/
Dsetup.mk60 TARGET-process-src-files-tags = \
/ndk/toolchains/x86-4.8/
Dsetup.mk59 TARGET-process-src-files-tags = \
/ndk/toolchains/x86_64-4.9/
Dsetup.mk57 TARGET-process-src-files-tags = \
/ndk/toolchains/mipsel-linux-android-4.6/
Dsetup.mk58 TARGET-process-src-files-tags = \
/ndk/toolchains/mips64el-linux-android-4.9/
Dsetup.mk58 TARGET-process-src-files-tags = \
/ndk/sources/android/libthread_db/
DREADME9 target process. Its API and ABI are not stable and may change in the
/ndk/toolchains/mipsel-linux-android-4.8/
Dsetup.mk58 TARGET-process-src-files-tags = \
/ndk/toolchains/mipsel-linux-android-4.9/
Dsetup.mk58 TARGET-process-src-files-tags = \
/ndk/tests/awk/extract-pid/
Dtest-1.in97 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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp704 … // 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.4/
Dsetup.mk82 TARGET-process-src-files-tags = \
/ndk/toolchains/x86-clang3.3/
Dsetup.mk81 TARGET-process-src-files-tags = \
/ndk/toolchains/aarch64-linux-android-clang3.4/
Dsetup.mk79 TARGET-process-src-files-tags = \
/ndk/toolchains/mipsel-linux-android-clang3.4/
Dsetup.mk82 TARGET-process-src-files-tags = \
/ndk/toolchains/mipsel-linux-android-clang3.3/
Dsetup.mk82 TARGET-process-src-files-tags = \
/ndk/toolchains/x86-clang3.4/
Dsetup.mk81 TARGET-process-src-files-tags = \
/ndk/toolchains/x86_64-clang3.4/
Dsetup.mk79 TARGET-process-src-files-tags = \

1234