Searched defs:need_unwind_info (Results 1 - 15 of 15) sorted by relevance

/external/libunwind/src/mi/
H A DGdyn-extract.c31 int need_unwind_info, void *arg)
44 if (need_unwind_info)
54 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 DGfind_dynamic_proc_info.c32 int need_unwind_info, void *arg)
41 int need_unwind_info, void *arg)
55 return unwi_extract_dynamic_proc_info (as, ip, pi, di, need_unwind_info,
66 int need_unwind_info, void *arg)
75 int need_unwind_info, void *arg)
77 return unwi_dyn_remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
84 unw_proc_info_t *pi, int need_unwind_info,
88 return local_find_proc_info (as, ip, pi, need_unwind_info, arg);
90 return remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
31 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
40 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
65 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
74 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
83 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-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
/external/libunwind/src/hppa/
H A Dtables.c17 unw_proc_info_t *pi, int need_unwind_info, void *arg)
26 unw_proc_info_t *pi, int need_unwind_info, void *arg)
16 tdep_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
24 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
/external/libunwind/src/coredump/
H A D_UCD_find_proc_info.c105 int need_unwind_info, void *arg)
128 need_unwind_info, arg);
131 if (!need_unwind_info)
148 pi, need_unwind_info, arg);
153 need_unwind_info, arg);
158 need_unwind_info, arg);
104 _UCD_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
/external/libunwind/src/ptrace/
H A D_UPT_find_proc_info.c99 int need_unwind_info, void *arg)
117 need_unwind_info, arg);
120 if (!need_unwind_info)
137 pi, need_unwind_info, arg);
142 need_unwind_info, arg);
147 need_unwind_info, arg);
98 _UPT_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
/external/libunwind/src/x86_64/
H A DGos-linux.c34 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) argument
37 assert(! need_unwind_info || dw->pi_valid);
38 assert(! need_unwind_info || dw->pi.unwind_info);
/external/libunwind/src/dwarf/
H A DGfde.c225 int need_unwind_info, unw_word_t base,
333 if (need_unwind_info)
223 dwarf_extract_proc_info_from_fde(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addrp, unw_proc_info_t *pi, int need_unwind_info, unw_word_t base, void *arg) argument
H A DGparser.c389 fetch_proc_info (struct dwarf_cursor *c, unw_word_t ip, int need_unwind_info) argument
411 if (c->pi_valid && !need_unwind_info)
417 ret = unwi_find_dynamic_proc_info (c->as, ip, &c->pi, need_unwind_info,
422 if ((ret = tdep_find_proc_info (c, ip, need_unwind_info)) < 0)
436 tdep_fetch_frame (c, ip, need_unwind_info);
439 if (need_unwind_info)
H A DGfind_proc_info-lsb.c53 unw_proc_info_t *pi, int need_unwind_info, void *arg)
68 if (!need_unwind_info)
72 need_unwind_info, 0,
525 int ret, need_unwind_info = cb_data->need_unwind_info; local
656 pi, need_unwind_info, NULL);
713 unw_proc_info_t *pi, int need_unwind_info, void *arg)
724 cb_data.need_unwind_info = need_unwind_info;
745 pi, need_unwind_info, ar
50 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
712 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
823 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...]
/external/libunwind/src/arm/
H A DGex_tables.c387 int need_unwind_info, void *arg)
441 if (need_unwind_info)
451 return dwarf_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
504 unw_proc_info_t *pi, int need_unwind_info, void *arg)
513 ret = dwarf_find_proc_info (as, ip, pi, need_unwind_info, arg);
531 need_unwind_info, arg);
385 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
503 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
/external/libunwind/src/ia64/
H A DGtables.c253 int need_unwind_info, void *arg)
331 if (need_unwind_info || is_local)
648 unw_proc_info_t *pi, int need_unwind_info, void *arg)
719 return tdep_search_unwind_table (as, ip, dip, pi, need_unwind_info, arg);
251 unw_search_ia64_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
647 tdep_find_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 DGparser.c924 ia64_fetch_proc_info (struct cursor *c, unw_word_t ip, int need_unwind_info)
928 if (c->pi_valid && !need_unwind_info)
932 ret = unwi_find_dynamic_proc_info (c->as, ip, &c->pi, need_unwind_info,
937 ret = ia64_find_proc_info (c, ip, need_unwind_info);
922 ia64_fetch_proc_info(struct cursor *c, unw_word_t ip, int need_unwind_info) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dunwind.c38 int need_unwind_info, void *arg);
281 int need_unwind_info, void *arg)
307 need_unwind_info, arg);
280 find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
/external/libunwind/include/
H A Ddwarf.h370 int need_unwind_info; member in struct:dwarf_callback_data
400 int need_unwind_info, void *arg);
410 int need_unwind_info, void *arg);
426 int need_unwind_info,

Completed in 344 milliseconds