Searched refs:di_cache (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c130 edi->di_cache.gp = dyn->d_un.d_ptr;
138 edi->di_cache.gp = 0;
157 pi.gp = edi->di_cache.gp;
205 edi->di_cache.start_ip = start_ip;
206 edi->di_cache.end_ip = end_ip;
207 edi->di_cache.format = UNW_INFO_FORMAT_REMOTE_TABLE;
208 edi->di_cache.u.rti.name_ptr = 0;
210 edi->di_cache.u.rti.table_len = (fde_count * 8) / sizeof (unw_word_t);
211 edi->di_cache.u.rti.table_data = ((load_base + peh_hdr->p_vaddr)
216 edi->di_cache
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A Dcommon.c42 edi->di_cache.format = -1;
58 edi->di_cache.format = -1;
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dfuchsia.c96 if ((edi->di_cache.format != -1
97 && ip >= edi->di_cache.start_ip && ip < edi->di_cache.end_ip)
126 if (edi->di_cache.format != -1
127 && (ip < edi->di_cache.start_ip || ip >= edi->di_cache.end_ip))
128 edi->di_cache.format = -1;
134 if (edi->di_cache.format == -1
158 if (ret == -UNW_ENOINFO && cxt->edi.di_cache.format != -1)
159 ret = dwarf_search_unwind_table (as, ip, &cxt->edi.di_cache, p
[all...]
/fuchsia/zircon/system/ulib/inspector/
H A Dbacktrace.cpp221 static void btprint(FILE* f, DebugInfoCache* di_cache, argument
231 auto status = di_cache->GetDebugInfo(pc, &dso, &bt_state);
342 DebugInfoCache di_cache(dso_list, kDebugInfoCacheNumWays);
347 btprint(f, &di_cache, n++, pc, sp, use_new_format);
372 btprint(f, &di_cache, n++, pc, sp, use_new_format);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h236 unw_dyn_info_t di_cache; member in struct:elf_dyn_info
254 unw_dyn_info_t di_cache; member in struct:as_elf_dyn_info

Completed in 65 milliseconds