Searched refs:fde_count (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c43 unw_word_t addr, eh_frame_start, fde_count, load_base; local
168 /* (Optionally) read fde_count: */
171 &fde_count, NULL)) < 0)
195 fde_count = ~0UL;
200 eh_frame_start, eh_frame_end, fde_count,
210 edi->di_cache.u.rti.table_len = (fde_count * 8) / sizeof (unw_word_t);
253 unw_word_t addr, eh_frame_start, fde_count, load_base; local
425 /* (Optionally) read fde_count: */
428 &fde_count, NULL)) < 0)
442 //Debug(3, "fde_count
[all...]
H A DGfind_proc_info-lsb.c50 unw_word_t fde_count,
57 while (i++ < fde_count && addr < eh_frame_end)
530 unw_word_t addr, eh_frame_start, eh_frame_end, fde_count, ip; local
622 /* (Optionally) read fde_count: */
625 &fde_count, NULL)) < 0)
642 fde_count = ~0UL;
650 eh_frame_start, eh_frame_end, fde_count,
663 di->u.rti.table_len = (fde_count * sizeof (struct table_entry)
48 linear_search(unw_addr_space_t as, unw_word_t ip, unw_word_t eh_frame_start, unw_word_t eh_frame_end, unw_word_t fde_count, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument

Completed in 76 milliseconds