Searched refs:hacky_sigframe (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc64-aix5.c65 struct hacky_sigframe { struct
122 struct hacky_sigframe* frame;
126 vg_assert(VG_IS_16_ALIGNED(sizeof(struct hacky_sigframe)));
129 sp = sp_top_of_frame - sizeof(struct hacky_sigframe);
137 frame = (struct hacky_sigframe *) sp;
205 struct hacky_sigframe* frame;
225 if (scannable_bytes < (sizeof(struct hacky_sigframe)-512))
228 scannable_bytes -= (sizeof(struct hacky_sigframe)-512);
232 frame = (struct hacky_sigframe*)(sp - 512);
241 frame = (struct hacky_sigframe*)(((Add
[all...]
H A Dsigframe-amd64-darwin.c65 struct hacky_sigframe { struct
119 struct hacky_sigframe* frame;
122 vg_assert(VG_IS_16_ALIGNED(sizeof(struct hacky_sigframe)));
125 rsp = sp_top_of_frame - sizeof(struct hacky_sigframe);
133 frame = (struct hacky_sigframe *) rsp;
196 struct hacky_sigframe* frame;
206 lowest-addressed element of hacky_sigframe. */
207 frame = (struct hacky_sigframe*)(rsp - 8);
228 sizeof(struct hacky_sigframe) );
H A Dsigframe-ppc32-aix5.c65 struct hacky_sigframe { struct
122 struct hacky_sigframe* frame;
126 vg_assert(VG_IS_16_ALIGNED(sizeof(struct hacky_sigframe)));
129 sp = sp_top_of_frame - sizeof(struct hacky_sigframe);
137 frame = (struct hacky_sigframe *) sp;
202 struct hacky_sigframe* frame;
211 frame = (struct hacky_sigframe*)(sp - 256);
229 sizeof(struct hacky_sigframe) - VG_STACK_REDZONE_SZB );
H A Dsigframe-x86-darwin.c65 struct hacky_sigframe { struct
122 struct hacky_sigframe* frame;
125 vg_assert(VG_IS_16_ALIGNED(sizeof(struct hacky_sigframe)));
128 esp = sp_top_of_frame - sizeof(struct hacky_sigframe);
136 frame = (struct hacky_sigframe *) esp;
196 struct hacky_sigframe* frame;
206 lowest-addressed element of hacky_sigframe. */
207 frame = (struct hacky_sigframe*)(esp - 4);
228 sizeof(struct hacky_sigframe) );

Completed in 87 milliseconds