Searched refs:need_unwind_info (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A DGfind_dynamic_proc_info.c30 int need_unwind_info, void *arg)
42 return unwi_extract_dynamic_proc_info (as, ip, pi, di, need_unwind_info,
49 int need_unwind_info, void *arg)
51 return unwi_dyn_remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
56 unw_proc_info_t *pi, int need_unwind_info,
60 return local_find_proc_info (as, ip, pi, need_unwind_info, arg);
62 return remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
29 local_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
48 remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
55 unwi_find_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
H A DGdyn-extract.c31 int need_unwind_info, void *arg)
44 if (need_unwind_info)
55 return tdep_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
29 unwi_extract_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, unw_dyn_info_t *di, int need_unwind_info, void *arg) argument
H A DGdyn-remote.c206 int need_unwind_info, void *arg)
258 if (need_unwind_info
263 need_unwind_info, arg) < 0)
204 unwi_dyn_remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A Dunwind_i.h51 unw_proc_info_t *pi, int need_unwind_info,
H A DGex_tables.c389 int need_unwind_info, void *arg)
443 if (need_unwind_info)
453 return dwarf_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
505 unw_proc_info_t *pi, int need_unwind_info, void *arg)
519 cb_data.need_unwind_info = need_unwind_info;
533 need_unwind_info, arg);
553 need_unwind_info, arg);
387 tdep_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
504 arm_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A DGstash_frame.c108 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) argument
111 assert(! need_unwind_info || dw->pi_valid);
112 assert(! need_unwind_info || dw->pi.unwind_info);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h173 int need_unwind_info, void *arg);
178 int need_unwind_info,
189 int need_unwind_info,
347 int need_unwind_info);
378 int need_unwind_info, void *arg);
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c51 unw_proc_info_t *pi, int need_unwind_info, void *arg)
67 if (!need_unwind_info)
72 need_unwind_info, 0,
532 int ret, need_unwind_info = cb_data->need_unwind_info; local
651 pi, need_unwind_info, NULL);
708 unw_proc_info_t *pi, int need_unwind_info, void *arg)
719 cb_data.need_unwind_info = need_unwind_info;
740 pi, need_unwind_info, ar
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
707 dwarf_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
818 dwarf_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
[all...]
H A DGfde.c224 int need_unwind_info, int is_debug_frame,
332 if (need_unwind_info)
221 dwarf_extract_proc_info_from_fde(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addrp, unw_proc_info_t *pi, unw_word_t base, int need_unwind_info, int is_debug_frame, void *arg) argument
H A DGparser.c404 fetch_proc_info (struct dwarf_cursor *c, unw_word_t ip, int need_unwind_info) argument
426 if (c->pi_valid && !need_unwind_info)
432 ret = unwi_find_dynamic_proc_info (c->as, ip, &c->pi, need_unwind_info,
437 if ((ret = tdep_find_proc_info (c, ip, need_unwind_info)) < 0)
451 tdep_fetch_frame (c, ip, need_unwind_info);
454 if (need_unwind_info)
H A DGfind_unwind_table.c201 pi, need_unwind_info, NULL);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h352 int need_unwind_info; member in struct:dwarf_callback_data
364 int need_unwind_info, void *arg);
374 int need_unwind_info, void *arg);
388 int need_unwind_info,
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dfuchsia.c143 int need_unwind_info, void *arg)
145 Debug (3, "called, as %p, ip 0x%llx, need_unwind_info %d\n", as, (long long) ip, need_unwind_info);
160 need_unwind_info, arg);
163 need_unwind_info, arg);
142 remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument

Completed in 47 milliseconds