Home
last modified time | relevance | path

Searched refs:prev_fp (Results 1 – 4 of 4) sorted by relevance

/third_party/elfutils/backends/
Dx86_64_unwind.c61 Dwarf_Word prev_fp; in x86_64_unwind() local
62 if (!readfunc(fp, &prev_fp, arg)) in x86_64_unwind()
63 prev_fp = 0; in x86_64_unwind()
69 if (!setfunc(fpReg, 1, &prev_fp, arg)) in x86_64_unwind()
/third_party/rust/crates/minimal-lexical/etc/
Dbellerophon_table.py51 def prev_fp(fp, base, step = 1): function
95 fp = prev_fp(fp, base, step)
/third_party/musl/src/gwp_asan/linux/
Dgwp_asan.c310 size_t prev_fp = 0; in libc_gwp_asan_unwind_fast() local
323 …if (frame->fp == prev_fp || frame->lr == prev_lr || frame->fp < current_frame_addr + sizeof(unwind… in libc_gwp_asan_unwind_fast()
327 prev_fp = frame->fp; in libc_gwp_asan_unwind_fast()
/third_party/musl/porting/linux/user/src/gwp_asan/
Dgwp_asan.c310 size_t prev_fp = 0; in libc_gwp_asan_unwind_fast() local
323 …if (frame->fp == prev_fp || frame->lr == prev_lr || frame->fp < current_frame_addr + sizeof(unwind… in libc_gwp_asan_unwind_fast()
327 prev_fp = frame->fp; in libc_gwp_asan_unwind_fast()