Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 22 of 22) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
Dcompact_unwind_encoding.h472 #define UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry) (entry & 0x00FFFFFF) argument
473 #define UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry) ((entry >> 24) & 0xFF) argument
/ndk/sources/android/libthread_db/
Dlibthread_db.c73 struct dirent * entry; in td_ta_thr_iter() local
83 while ((entry = readdir(dir)) != NULL) { in td_ta_thr_iter()
84 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in td_ta_thr_iter()
87 handle.tid = atoi(entry->d_name); in td_ta_thr_iter()
/ndk/sources/host-tools/make-3.81/w32/include/
Dw32err.h22 #define EXTERN_DECL(entry, args) entry args argument
Dsub_proc.h31 #define EXTERN_DECL(entry, args) extern entry args argument
/ndk/sources/android/cpufeatures/
Dcpu-features.c556 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv() local
560 int ret = TEMP_FAILURE_RETRY(read(fd, (char*)&entry, sizeof entry)); in get_elf_hwcap_from_proc_self_auxv()
566 if (ret == 0 || (entry.tag == 0 && entry.value == 0)) in get_elf_hwcap_from_proc_self_auxv()
568 if (entry.tag == AT_HWCAP) { in get_elf_hwcap_from_proc_self_auxv()
569 result = entry.value; in get_elf_hwcap_from_proc_self_auxv()
889 const struct CpuIdEntry* entry = &cpu_id_entries[i]; in android_cpuInit() local
892 entry->field); in android_cpuInit()
896 D("field=%s value='%s'\n", entry->field, value); in android_cpuInit()
904 } else if (entry->format == 'x') in android_cpuInit()
910 val &= ((1 << entry->bit_length)-1); in android_cpuInit()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp54 struct entry { struct in libunwind::DwarfFDECache
69 static entry *_buffer;
70 static entry *_bufferUsed;
71 static entry *_bufferEnd;
72 static entry _initialBuffer[64];
76 typename DwarfFDECache<A>::entry *
80 typename DwarfFDECache<A>::entry *
84 typename DwarfFDECache<A>::entry *
88 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64];
102 for (entry *p = _buffer; p < _bufferUsed; ++p) { in findFDE()
[all …]
DUnwindRegistersSave.S19 # On entry:
60 # On entry:
95 ; On entry:
238 ; On entry:
292 @ On entry:
332 @ On entry:
344 @ On entry:
356 @ On entry:
DUnwindRegistersRestore.S19 # On entry:
61 # On entry, thread_state pointer is in rdi
102 ; On entry:
266 ; On entry:
320 @ On entry:
346 @ On entry:
DDwarfParser.hpp385 PrologInfoStackEntry *entry; in parseInstructions() local
499 entry = (PrologInfoStackEntry *)malloc(sizeof(PrologInfoStackEntry)); in parseInstructions()
500 if (entry != NULL) { in parseInstructions()
501 entry->next = rememberStack; in parseInstructions()
502 entry->info = *results; in parseInstructions()
503 rememberStack = entry; in parseInstructions()
/ndk/sources/host-tools/make-3.81/po/
Dremove-potcdate.sin1 # Sed script that remove the POT-Creation-Date line in the header entry
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/ndk/tests/standalone/init-fini-arrays/
DREADME11 section. There is no corresponding entry in the .fini_array for the
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dresults_collector.ipp155 // init test_results entry
Dunit_test_log.ipp105 // entry data
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex299 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
1286 % which might be empty if this toc entry had no corresponding node.
2785 % of an alignment entry. Note that \everycr resets \everytab.
2852 % to the width of each template entry.
3142 % \fooindex ...rest of line... puts an entry in the index foo.
3210 % which makes an entry in a two-level index such as the operation index.
3219 % Take care of Texinfo commands that can appear in an index entry.
3461 % writing an index entry, and texindex isn't prepared for an index sort entry
3475 % #1 is the index name, #2 is the entry text.
3486 % Store the main index entry text (including the third arg).
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp165 std::cout << " Making new free list entry " << offset_from_node ( cp ) << std::endl;
/ndk/sources/host-tools/make-3.81/
DREADME.W3251 menue entry from the cl-installation), then execute EITHER ...
DChangeLog262 * file.c (enter_file): Keep track of the last double_colon entry,
1226 just an entry in the file hashtable.
1808 (Recursion): Add a variable index entry for CURDIR.
1893 * read.c (record_target_var): enter_file() will add a new entry if
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtype_traits2192 // is_constructible entry point
2332 // is_constructible entry point
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi673 menu entry for the given Info file; it is part of the Texinfo package.
Dmake.info-21756 entry for the given Info file; it is part of the Texinfo package.
Dmake.texi10202 A target of the form @samp{@var{file}((@var{entry}))} stands for a member
10204 being an object file which defines the linker symbol @var{entry}.@refill