Home
last modified time | relevance | path

Searched refs:return_addr (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/examples/api/
H A Dcrt0.S55 PTR_S $ra, return_addr
59 PTR_L $ra, return_addr
64 return_addr: label
/openbmc/linux/arch/sh/kernel/
H A Dreturn_address.c32 if (!frame || !frame->return_addr) in return_address()
35 ra = frame->return_addr; in return_address()
H A Ddwarf.c632 frame->return_addr = 0; in dwarf_unwind_stack()
708 frame->return_addr = __raw_readl(addr); in dwarf_unwind_stack()
726 frame->return_addr = 0; in dwarf_unwind_stack()
964 unsigned long return_addr; in dwarf_unwinder_dump() local
967 return_addr = 0; in dwarf_unwinder_dump()
970 frame = dwarf_unwind_stack(return_addr, _frame); in dwarf_unwinder_dump()
977 if (!frame || !frame->return_addr) in dwarf_unwinder_dump()
980 return_addr = frame->return_addr; in dwarf_unwinder_dump()
981 ops->address(data, return_addr, 1); in dwarf_unwinder_dump()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch40 if (sigtramp32_vdso && (sigtramp32_vdso == current->return_addr)) {
47 } else if (sigtramp32_rt_vdso && (sigtramp32_rt_vdso == current->return_addr)) {
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dslice.c536 goto return_addr; in slice_get_unmapped_area()
549 goto return_addr; in slice_get_unmapped_area()
582 goto return_addr; in slice_get_unmapped_area()
629 return_addr: in slice_get_unmapped_area()
/openbmc/qemu/linux-user/aarch64/
H A Dsignal.c575 abi_ulong frame_addr, return_addr; in target_setup_frame() local
654 return_addr = ka->sa_restorer; in target_setup_frame()
656 return_addr = default_rt_sigreturn; in target_setup_frame()
660 env->xregs[30] = return_addr; in target_setup_frame()
/openbmc/linux/arch/sh/include/asm/
H A Ddwarf.h293 unsigned long return_addr; member