HomeSort by relevance Sort by last modified time
    Searched full:sigframe (Results 1 - 25 of 32) sorted by null

1 2

  /external/valgrind/none/tests/amd64/
faultstatus.disabled 1 # Currently disabled because the necessary magic in sigframe-amd64-linux.c
  /external/strace/linux/ia64/
arch_sigreturn.c 4 /* offsetof(struct sigframe, sc) */
  /external/strace/linux/tile/
arch_sigreturn.c 4 /* offset of ucontext in the kernel's sigframe structure */
  /external/valgrind/none/tests/x86/
faultstatus.disabled 1 # Currently disabled because the necessary magic in sigframe-x86-linux.c
  /external/strace/linux/mips/
arch_sigreturn.c 6 * offsetof(struct sigframe, sf_mask) ==
  /external/valgrind/coregrind/m_sigframe/
sigframe-arm-linux.c 4 /*--- sigframe-arm-linux.c ---*/
72 struct sigframe { struct
80 struct sigframe sig;
124 struct sigframe *frame,
137 (Addr)frame, offsetof(struct sigframe, vp));
150 (Addr)frame, offsetof(struct sigframe, vp));
183 sizeof(struct sigframe);
214 build_sigframe(tst, (struct sigframe *)sp, siginfo, siguc,
265 struct sigframe *frame = (struct sigframe *)sp
    [all...]
sigframe-arm64-linux.c 4 /*--- sigframe-arm64-linux.c ---*/
69 struct sigframe { struct
77 struct sigframe sig;
117 struct sigframe *frame,
130 (Addr)frame, offsetof(struct sigframe, vp));
143 (Addr)frame, offsetof(struct sigframe, vp));
242 //ZZ struct sigframe *frame = (struct sigframe *)sp;
297 /*--- end sigframe-arm64-linux.c ---*/
sigframe-mips32-linux.c 4 /*--- sigframe-mips32-linux.c ---*/
58 struct sigframe struct
147 sp = sp_top_of_frame - sizeof(struct sigframe);
219 VG_(printf)("sigframe\n");
220 struct sigframe *frame = (struct sigframe *) sp;
233 * struct sigframe.
291 struct sigframe *frame = (struct sigframe *)sp;
351 /*--- end sigframe-mips32-linux.c ---*
    [all...]
sigframe-s390x-linux.c 4 /*--- sigframe-s390x-linux.c ---*/
55 'struct sigframe' and 'struct rt_sigframe'.
57 Either a 'struct sigframe' or a 'struct rtsigframe' is pushed
119 struct sigframe struct
290 struct sigframe *frame;
298 frame = (struct sigframe *)sp;
305 sp, offsetof(struct sigframe, vg) );
334 sp, offsetof(struct sigframe, vg) );
473 struct sigframe *frame, Int *sigNo )
506 size = restore_sigframe(tst, (struct sigframe *)sp, &sigNo)
    [all...]
sigframe-x86-linux.c 4 /*--- sigframe-x86-linux.c ---*/
53 'struct sigframe' and 'struct rt_sigframe'. How does that relate
56 Either a 'struct sigframe' or a 'struct rtsigframe' is pushed
119 struct sigframe struct
423 struct sigframe *frame;
434 frame = (struct sigframe *)esp;
441 esp, offsetof(struct sigframe, vg) );
465 esp, offsetof(struct sigframe, vg) );
633 struct sigframe *frame, Int *sigNo )
666 size = restore_sigframe(tst, (struct sigframe *)esp, &sigNo)
    [all...]
sigframe-common.c 6 /*--- sigframe-common.c ---*/
64 /* If the sigframe is allocated on an alternate stack, then we cannot
priv_sigframe.h 38 /* --------------- Implemented in sigframe-common.c ---------------*/
sigframe-ppc32-linux.c 4 /*--- sigframe-ppc32-linux.c ---*/
57 'struct sigframe' and 'struct rt_sigframe'. How does that relate
60 Either a 'struct sigframe' or a 'struct rtsigframe' is pushed
223 //:: struct sigframe
532 //.. struct sigframe *frame;
541 //.. frame = (struct sigframe *)esp;
548 //.. esp, offsetof(struct sigframe, vg) );
565 //.. esp, offsetof(struct sigframe, vg) );
818 //.. struct sigframe *frame, Int *sigNo )
922 //.. size = restore_sigframe(tst, (struct sigframe *)esp, &sigNo)
    [all...]
sigframe-mips64-linux.c 4 /*--- sigframe-mips64-linux.c ---*/
57 struct sigframe { struct
278 /*--- end sigframe-mips64-linux.c ---*/
sigframe-ppc64-linux.c 4 /*--- sigframe-ppc64-linux.c ---*/
57 'struct sigframe' and 'struct rt_sigframe'. How does that relate
60 Either a 'struct sigframe' or a 'struct rtsigframe' is pushed
sigframe-amd64-darwin.c 4 /*--- sigframe-amd64-darwin.c ---*/
283 /*--- end sigframe-amd64-darwin.c ---*/
  /external/valgrind/coregrind/
Makefile.am 407 m_sigframe/sigframe-common.c \
408 m_sigframe/sigframe-x86-linux.c \
409 m_sigframe/sigframe-amd64-linux.c \
410 m_sigframe/sigframe-ppc32-linux.c \
411 m_sigframe/sigframe-ppc64-linux.c \
412 m_sigframe/sigframe-arm-linux.c \
413 m_sigframe/sigframe-arm64-linux.c \
414 m_sigframe/sigframe-s390x-linux.c \
415 m_sigframe/sigframe-mips32-linux.c \
416 m_sigframe/sigframe-mips64-linux.c
    [all...]
  /external/valgrind/
Android.mk 243 coregrind/m_sigframe/sigframe-common.c \
244 coregrind/m_sigframe/sigframe-x86-linux.c \
245 coregrind/m_sigframe/sigframe-amd64-linux.c \
246 coregrind/m_sigframe/sigframe-ppc32-linux.c \
247 coregrind/m_sigframe/sigframe-ppc64-linux.c \
248 coregrind/m_sigframe/sigframe-arm-linux.c \
249 coregrind/m_sigframe/sigframe-arm64-linux.c \
250 coregrind/m_sigframe/sigframe-x86-darwin.c \
251 coregrind/m_sigframe/sigframe-amd64-darwin.c \
252 coregrind/m_sigframe/sigframe-s390x-linux.c
    [all...]
README.aarch64 165 sigframe-arm64-linux.c: build_sigframe: references to nonexistent
  /external/libunwind/src/x86_64/
Gos-freebsd.c 30 #include <machine/sigframe.h>
99 ucontext = c->dwarf.cfa + offsetof(struct sigframe, sf_uc);
192 offsetof(struct sigframe, sf_uc));
  /external/libunwind/src/mips/
offsets.h 12 /* First 24 bytes in sigframe are argument save space and padding for
  /external/libunwind/src/x86/
Gos-freebsd.c 33 #include <machine/sigframe.h>
106 struct sigframe *sf;
110 sf = (struct sigframe *)c->dwarf.cfa;
154 addr += offsetof(struct sigframe, sf_uc) + FREEBSD_UC_MCONTEXT_OFF;
  /external/libunwind/src/hppa/
Gstep.c 57 sigframe. */
  /external/valgrind/docs/internals/
directory-structure.txt 41 sigframe-x86-linux.c.
  /external/libunwind/src/arm/
Gstep.c 122 by a sigframe whose first element is an ucontext.

Completed in 375 milliseconds

1 2