Home
last modified time | relevance | path

Searched refs:this_id (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddummy-frame.c121 struct frame_id this_id; member
131 struct frame_id this_id; in dummy_frame_sniffer() local
144 this_id = gdbarch_unwind_dummy_id (get_frame_arch (next_frame), next_frame); in dummy_frame_sniffer()
151 if (frame_id_eq (dummyframe->id, this_id)) in dummy_frame_sniffer()
156 cache->this_id = this_id; in dummy_frame_sniffer()
205 struct frame_id *this_id) in dummy_frame_this_id() argument
210 (*this_id) = cache->this_id; in dummy_frame_this_id()
H A Dtrad-frame.c32 struct frame_id this_id; member
184 struct frame_id this_id) in trad_frame_set_id() argument
186 this_trad_cache->this_id = this_id; in trad_frame_set_id()
191 struct frame_id *this_id) in trad_frame_get_id() argument
193 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
H A Dm68klinux-tdep.c200 struct frame_id this_id; in m68k_linux_sigtramp_frame_cache() local
218 this_id = frame_id_build (extract_unsigned_integer (buf, 4) - 4 + 8, in m68k_linux_sigtramp_frame_cache()
220 trad_frame_set_id (cache, this_id); in m68k_linux_sigtramp_frame_cache()
236 struct frame_id *this_id) in m68k_linux_sigtramp_frame_this_id() argument
240 trad_frame_get_id (cache, this_id); in m68k_linux_sigtramp_frame_this_id()
H A Dframe.c96 } this_id; member
191 if (fi->this_id.p) in fprint_frame()
214 if (!fi->this_id.p) in get_frame_id()
224 fi->unwind->this_id (fi->next, &fi->prologue_cache, &fi->this_id.value); in get_frame_id()
225 fi->this_id.p = 1; in get_frame_id()
233 return fi->this_id.value; in get_frame_id()
740 frame->this_id.p = 1; in create_sentinel_frame()
741 frame->this_id.value = null_frame_id; in create_sentinel_frame()
915 fi->this_id.p = 1; in create_new_frame()
990 struct frame_id this_id; in get_prev_frame_1() local
[all …]
H A Dfrv-linux-tdep.c249 struct frame_id this_id; in frv_linux_sigtramp_frame_cache() local
261 this_id = frame_id_build (extract_unsigned_integer (buf, sizeof buf), in frv_linux_sigtramp_frame_cache()
263 trad_frame_set_id (cache, this_id); in frv_linux_sigtramp_frame_cache()
279 struct frame_id *this_id) in frv_linux_sigtramp_frame_this_id() argument
283 trad_frame_get_id (cache, this_id); in frv_linux_sigtramp_frame_this_id()
H A Dsparc64obsd-tdep.c177 struct frame_id *this_id) in sparc64obsd_frame_this_id() argument
182 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64obsd_frame_this_id()
252 void **this_cache, struct frame_id *this_id) in sparc64obsd_trapframe_this_id() argument
257 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64obsd_trapframe_this_id()
H A Dframe-unwind.h79 struct frame_id *this_id);
128 frame_this_id_ftype *this_id; member
H A Dtramp-frame.c65 struct frame_id *this_id) in tramp_frame_this_id() argument
69 trad_frame_get_id (trad_cache, this_id); in tramp_frame_this_id()
172 unwinder->this_id = tramp_frame_this_id; in tramp_frame_prepend_unwinder()
H A Dtrad-frame.h39 struct frame_id this_id);
41 struct frame_id *this_id);
H A Dsparcobsd-tdep.c103 struct frame_id *this_id) in sparc32obsd_frame_this_id() argument
108 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32obsd_frame_this_id()
H A Dsparc-sol2-tdep.c129 struct frame_id *this_id) in sparc32_sol2_sigtramp_frame_this_id() argument
134 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32_sol2_sigtramp_frame_this_id()
H A Dsparc64-sol2-tdep.c108 struct frame_id *this_id) in sparc64_sol2_sigtramp_frame_this_id() argument
113 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64_sol2_sigtramp_frame_this_id()
H A Dm32r-linux-tdep.c270 struct frame_id *this_id) in m32r_linux_sigtramp_frame_this_id() argument
275 (*this_id) = frame_id_build (cache->base, cache->pc); in m32r_linux_sigtramp_frame_this_id()
H A Damd64obsd-tdep.c415 struct frame_id this_id; member
485 void **this_cache, struct frame_id *this_id) in amd64obsd_trapframe_this_id() argument
490 trad_frame_get_id (cache, this_id); in amd64obsd_trapframe_this_id()
H A Dsparc-linux-tdep.c215 struct frame_id *this_id) in sparc32_linux_sigtramp_frame_this_id() argument
220 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32_linux_sigtramp_frame_this_id()
H A Dsparc64fbsd-tdep.c153 struct frame_id *this_id) in sparc64fbsd_sigtramp_frame_this_id() argument
158 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64fbsd_sigtramp_frame_this_id()
H A Dsparc64nbsd-tdep.c192 struct frame_id *this_id) in sparc64nbsd_sigcontext_frame_this_id() argument
197 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64nbsd_sigcontext_frame_this_id()
H A Dppcobsd-tdep.c243 void **this_cache, struct frame_id *this_id) in ppcobsd_sigtramp_frame_this_id() argument
248 trad_frame_get_id (cache, this_id); in ppcobsd_sigtramp_frame_this_id()
H A Dlibunwind-frame.h47 struct frame_id *this_id);
H A Dsentinel-frame.c76 struct frame_id *this_id) in sentinel_frame_this_id() argument
H A Dalpha-mdebug-tdep.c243 struct frame_id *this_id) in alpha_mdebug_frame_this_id() argument
248 *this_id = frame_id_build (info->vfp, frame_func_unwind (next_frame)); in alpha_mdebug_frame_this_id()
H A Dsparcnbsd-tdep.c213 struct frame_id *this_id) in sparc32nbsd_sigcontext_frame_this_id() argument
218 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32nbsd_sigcontext_frame_this_id()
H A Dlibunwind-frame.c222 struct frame_id *this_id) in libunwind_frame_this_id() argument
227 (*this_id) = frame_id_build (cache->base, cache->func_addr); in libunwind_frame_this_id()
H A Dhppa-linux-tdep.c414 struct frame_id *this_id) in hppa_linux_sigtramp_frame_this_id() argument
418 *this_id = frame_id_build (info->base, frame_pc_unwind (next_frame)); in hppa_linux_sigtramp_frame_this_id()
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dmsan_interface.h30 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);

123