Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 7 of 7) sorted by relevance

/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/libthread_db/
Dlibthread_db.c73 struct dirent * entry; in td_ta_thr_iter() local
/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/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp54 struct entry { struct in libunwind::DwarfFDECache
55 pint_t mh;
56 pint_t ip_start;
57 pint_t ip_end;
58 pint_t fde;
DDwarfParser.hpp385 PrologInfoStackEntry *entry; in parseInstructions() local
/ndk/sources/android/cpufeatures/
Dcpu-features.c556 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv() local
889 const struct CpuIdEntry* entry = &cpu_id_entries[i]; in android_cpuInit() local
933 const struct CpuFix* entry = &cpu_fixes[n]; in android_cpuInit() local