Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp29 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
Dcrazy_linker_rdebug.h176 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()
Dcrazy_linker_rdebug.cpp127 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()
Dcrazy_linker_elf_view.cpp44 const ELF::Phdr* entry = &phdr[n]; in InitUnmapped() local
56 const ELF::Phdr* entry = &phdr[n]; in InitUnmapped() local
Dcrazy_linker_system_mock.cpp43 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
Dcrazy_linker_proc_maps_unittest.cpp185 ProcMaps::Entry entry; in TEST() local
Dcrazy_linker_library_list.cpp30 const ELF::Sym* entry = lib->LookupSymbolEntry(symbol); in CheckSymbol() local
Dcrazy_linker_shared_library.cpp96 const ELF::Sym* entry = lib_->LookupSymbolEntry(symbol_name); in Lookup() local
/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/gdb-6.6/
Dlibthread_db.c133 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/
Dlibthread_db.c130 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/
Dlibthread_db.c142 struct dirent *entry; in td_ta_new() local
376 struct dirent * entry; in td_ta_thr_iter() local
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp107 struct dirent *entry = 0; in getBitcodeFiles() local
/ndk/sources/android/cpufeatures/
Dcpu-features.c508 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/
Dcompact_unwind_encoding.h468 #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/
DUnwindCursor.hpp51 struct entry { struct in libunwind::DwarfFDECache
52 pint_t mh;
53 pint_t ip_start;
54 pint_t ip_end;
55 pint_t fde;
DDwarfParser.hpp384 PrologInfoStackEntry *entry; in parseInstructions() local
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h149 struct dirent* entry; in ~TempDirectory() local
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c2182 struct re_backref_cache_entry *entry; in sift_states_bkref() local
2729 const struct re_backref_cache_entry *entry in get_subexp() local
Dregcomp.c635 struct re_state_table_entry *entry = dfa->state_table + i; in free_dfa_content() local