Lines Matching defs:stack
350 pr_debug_dtp("mov [%x] stack canary -> reg%d\n",
412 /* Check stack variables with offset */
414 struct type_state_stack *stack;
417 stack = find_stack_state(state, offset);
418 if (stack == NULL) {
421 } else if (!stack->compound) {
422 tsr->type = stack->type;
423 tsr->kind = stack->kind;
425 } else if (die_get_member_type(&stack->type,
426 offset - stack->offset,
436 pr_debug_dtp("mov [%x] -%#x(stack) -> reg%d",
563 /* Check stack variables with offset */
565 struct type_state_stack *stack;
570 stack = find_stack_state(state, offset);
571 if (stack) {
575 * update the stack variable type since we can
579 if (!stack->compound)
580 set_stack_state(stack, offset, tsr->kind,
587 pr_debug_dtp("mov [%x] reg%d -> -%#x(stack)",