/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_proc_maps.cpp | 29 ProcMaps::Entry* entry) { in ParseProcMapsLine() 139 ProcMaps::Entry entry = {0, }; in Open() local 162 bool GetNextEntry(ProcMaps::Entry* entry) { in GetNextEntry() 173 ProcMaps::Entry& entry = entries_[n]; in Reset() local 199 bool ProcMaps::GetNextEntry(Entry* entry) { in GetNextEntry() 206 ProcMaps::Entry entry; in GetProtectionFlagsForAddress() local 219 ProcMaps::Entry entry; in FindElfBinaryForAddress() local 246 ProcMaps::Entry entry; in FindProtectionFlagsForAddress() local 265 ProcMaps::Entry entry; in FindLoadAddressForFile() local
|
D | crazy_linker_rdebug.h | 176 void AddEntry(link_map_t* entry) { RunOrDelay(&AddEntryInternal, entry); } in AddEntry() 177 void DelEntry(link_map_t* entry) { RunOrDelay(&DelEntryInternal, entry); } in DelEntry() 202 static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) { in AddEntryInternal() 205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) { in DelEntryInternal() 214 void RunOrDelay(rdebug_callback_handler_t handler, link_map_t* entry) { in RunOrDelay()
|
D | crazy_linker_rdebug.cpp | 127 ProcMaps::Entry entry; in FindElfDynamicSection() local 276 link_map_t* entry) in RDebugRunnable() 303 link_map_t* entry) { in PostCallback() 322 void RDebug::AddEntryImpl(link_map_t* entry) { in AddEntryImpl() 392 void RDebug::DelEntryImpl(link_map_t* entry) { in DelEntryImpl()
|
D | crazy_linker_elf_view.cpp | 44 const ELF::Phdr* entry = &phdr[n]; in InitUnmapped() local 56 const ELF::Phdr* entry = &phdr[n]; in InitUnmapped() local
|
D | crazy_linker_system_mock.cpp | 43 T* entry = entries_[n]; in Reset() local 107 void AddFileEntry(MockFileEntry* entry) { files_.PushBack(entry); } in AddFileEntry() 109 void AddEnvEntry(MockEnvEntry* entry) { environment_.PushBack(entry); } in AddEnvEntry() 113 MockFileEntry* entry = files_[n]; in FindFileEntry() local 122 MockEnvEntry* entry = environment_[n]; in FindEnvEntry() local 165 MockFileHandle(MockFileEntry* entry) : entry_(entry), offset_(0) {} in MockFileHandle() 268 MockFileEntry* entry = s_mock_fs.FindFileEntry(path); in NewMockFileHandle() local 298 MockEnvEntry* entry = s_mock_fs.FindEnvEntry(var_name); in GetEnv() local 366 MockFileEntry* entry = new MockFileEntry(); in AddRegularFile() local
|
D | crazy_linker_proc_maps_unittest.cpp | 185 ProcMaps::Entry entry; in TEST() local
|
D | crazy_linker_library_list.cpp | 30 const ELF::Sym* entry = lib->LookupSymbolEntry(symbol); in CheckSymbol() local
|
D | crazy_linker_shared_library.cpp | 96 const ELF::Sym* entry = lib_->LookupSymbolEntry(symbol_name); in Lookup() local
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
D | w32err.h | 22 #define EXTERN_DECL(entry, args) entry args argument
|
D | sub_proc.h | 31 #define EXTERN_DECL(entry, args) extern entry args argument
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 133 struct dirent *entry; in td_ta_new() local 327 struct dirent * entry; in td_ta_thr_iter() local
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 130 struct dirent *entry; in td_ta_new() local 363 struct dirent * entry; in td_ta_thr_iter() local
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
D | libthread_db.c | 142 struct dirent *entry; in td_ta_new() local 376 struct dirent * entry; in td_ta_thr_iter() local
|
/ndk/tests/abcc/jni/device/ |
D | Abcc_device.cpp | 107 struct dirent *entry = 0; in getBitcodeFiles() local
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 508 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv() local 820 const struct CpuIdEntry* entry = &cpu_id_entries[i]; in android_cpuInit() local 862 const struct CpuFix* entry = &cpu_fixes[n]; in android_cpuInit() local
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/ |
D | compact_unwind_encoding.h | 468 #define UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry) (entry & 0x00FFFFFF) argument 469 #define UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry) ((entry >> 24) & 0xFF) argument
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindCursor.hpp | 51 struct entry { struct in libunwind::DwarfFDECache 52 pint_t mh; 53 pint_t ip_start; 54 pint_t ip_end; 55 pint_t fde;
|
D | DwarfParser.hpp | 384 PrologInfoStackEntry *entry; in parseInstructions() local
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_util.h | 149 struct dirent* entry; in ~TempDirectory() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 2182 struct re_backref_cache_entry *entry; in sift_states_bkref() local 2729 const struct re_backref_cache_entry *entry in get_subexp() local
|
D | regcomp.c | 635 struct re_state_table_entry *entry = dfa->state_table + i; in free_dfa_content() local
|