HomeSort by: relevance | last modified time | path
    Searched refs:rt_sigframe (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
linux-unwind.h 37 /* The kernel creates an rt_sigframe on the stack immediately prior
42 struct rt_sigframe struct
48 struct rt_sigframe *rt_;
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
linux-unwind.h 37 /* The kernel creates an rt_sigframe on the stack immediately prior
42 struct rt_sigframe struct
48 struct rt_sigframe *rt_;
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
linux-unwind.h 97 struct rt_sigframe { struct
148 struct rt_sigframe *frame = (struct rt_sigframe *) context->cfa;
159 struct rt_sigframe { struct
187 struct rt_sigframe *frame = (struct rt_sigframe *) context->cfa;
424 struct rt_sigframe *sigframe = (struct rt_sigframe *) current;
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
linux-unwind.h 97 struct rt_sigframe { struct
148 struct rt_sigframe *frame = (struct rt_sigframe *) context->cfa;
159 struct rt_sigframe { struct
187 struct rt_sigframe *frame = (struct rt_sigframe *) context->cfa;
424 struct rt_sigframe *sigframe = (struct rt_sigframe *) current;
  /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
linux-unwind.h 50 /* The kernel creates an rt_sigframe on the stack immediately prior
55 struct rt_sigframe struct
61 struct rt_sigframe *rt_;
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
linux-unwind.h 80 struct rt_sigframe { struct
86 struct rt_sigframe *rt_;
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
linux-unwind.h 50 point directly at the beginning of the trampoline and struct rt_sigframe.
81 struct rt_sigframe { struct
132 frame = (struct rt_sigframe *)(sp + off);
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
linux-unwind.h 50 /* The kernel creates an rt_sigframe on the stack immediately prior
55 struct rt_sigframe struct
61 struct rt_sigframe *rt_;
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
linux-unwind.h 80 struct rt_sigframe { struct
86 struct rt_sigframe *rt_;
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
linux-unwind.h 50 point directly at the beginning of the trampoline and struct rt_sigframe.
81 struct rt_sigframe { struct
132 frame = (struct rt_sigframe *)(sp + off);
  /src/external/gpl3/gcc.old/dist/libgcc/config/loongarch/
linux-unwind.h 50 struct rt_sigframe struct
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
linux-unwind.h 69 struct rt_sigframe { struct
  /src/external/gpl3/gcc.old/dist/libgcc/config/or1k/
linux-unwind.h 39 struct rt_sigframe { struct
  /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
linux-unwind.h 61 struct rt_sigframe { struct
  /src/external/gpl3/gcc/dist/libgcc/config/loongarch/
linux-unwind.h 50 struct rt_sigframe struct
  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
linux-unwind.h 69 struct rt_sigframe { struct
  /src/external/gpl3/gcc/dist/libgcc/config/or1k/
linux-unwind.h 39 struct rt_sigframe { struct
  /src/external/gpl3/gcc.old/dist/libgcc/config/alpha/
linux-unwind.h 52 struct rt_sigframe { struct
  /src/external/gpl3/gcc.old/dist/libgcc/config/mips/
linux-unwind.h 80 struct rt_sigframe { struct
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
linux-unwind.h 68 struct rt_sigframe { struct
  /src/external/gpl3/gcc/dist/libgcc/config/alpha/
linux-unwind.h 52 struct rt_sigframe { struct
  /src/external/gpl3/gcc/dist/libgcc/config/mips/
linux-unwind.h 80 struct rt_sigframe { struct
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
linux-unwind.h 68 struct rt_sigframe { struct
  /src/sys/compat/linux32/arch/aarch64/
linux32_machdep.c 197 /* allocate rt_sigframe on stack */
304 struct linux32_rt_sigframe rt_sigframe; local
307 error = copyin((void *)tf->tf_reg[13], &rt_sigframe,
308 sizeof(rt_sigframe));
312 error = linux32_restore_sigcontext(l, &rt_sigframe.sig.uc);
  /src/external/gpl3/gcc.old/dist/libgcc/config/csky/
linux-unwind.h 70 struct rt_sigframe struct

Completed in 68 milliseconds

1 2