Lines Matching full:stack

21 	"variable-offset stack read, priv vs unpriv",
23 /* Fill the top 8 bytes of the stack */
34 /* dereference it for a stack read */
41 .errstr_unpriv = "R2 variable stack access prohibited for !root",
45 "variable-offset stack read, uninitialized",
56 /* dereference it for a stack read */
62 .errstr = "invalid variable-offset read from stack R2",
66 "variable-offset stack write, priv vs unpriv",
77 /* Dereference it for a stack write */
89 /* Variable stack access is rejected for unprivileged.
91 .errstr_unpriv = "R2 variable stack access prohibited for !root",
96 "variable-offset stack write clobbers spilled regs",
113 /* Spill R0(map ptr) into stack */
115 /* Dereference the unknown value for a stack write */
125 * stack access is rejected.
127 .errstr_unpriv = "R2 variable stack access prohibited for !root",
130 * register is rejected because the previous variable offset stack
138 "indirect variable-offset stack access, unbounded",
142 /* Fill the top 16 bytes of the stack. */
150 /* Point the lower bound to initialized stack. Offset is now in range
161 .errstr = "invalid unbounded variable-offset indirect access to stack R4",
166 "indirect variable-offset stack access, max out of bound",
168 /* Fill the top 8 bytes of the stack */
186 .errstr = "invalid variable-offset indirect access to stack R2",
191 "indirect variable-offset stack access, min out of bound",
193 /* Fill the top 8 bytes of the stack */
211 .errstr = "invalid variable-offset indirect access to stack R2",
216 "indirect variable-offset stack access, max_off+size > max_initialized",
218 /* Fill only the second from top 8 bytes of the stack. */
226 * which. fp-12 size 8 is partially uninitialized stack.
236 .errstr = "invalid indirect read from stack R2 var_off",
241 "indirect variable-offset stack access, min_off < min_initialized",
243 /* Fill only the top 8 bytes of the stack. */
251 * which. fp-16 size 8 is partially uninitialized stack.
261 .errstr = "invalid indirect read from stack R2 var_off",
266 "indirect variable-offset stack access, priv vs unpriv",
268 /* Fill the top 16 bytes of the stack. */
277 * which, but either way it points to initialized stack.
287 .errstr_unpriv = "R2 variable stack access prohibited for !root",
293 "indirect variable-offset stack access, uninitialized",
297 /* Fill the top 16 bytes of the stack. */
306 * which, but either way it points to initialized stack.
315 .errstr = "invalid indirect read from stack R4 var_off",
320 "indirect variable-offset stack access, ok",
322 /* Fill the top 16 bytes of the stack. */
331 * which, but either way it points to initialized stack.