Lines Matching refs:kind

42 void pr_debug_type_name(Dwarf_Die *die, enum type_state_kind kind)  in pr_debug_type_name()  argument
51 switch (kind) { in pr_debug_type_name()
575 void set_stack_state(struct type_state_stack *stack, int offset, u8 kind, in set_stack_state() argument
589 stack->kind = kind; in set_stack_state()
594 stack->compound = (kind != TSR_KIND_POINTER); in set_stack_state()
603 int offset, u8 kind, in findnew_stack_state() argument
609 set_stack_state(stack, offset, kind, type_die); in findnew_stack_state()
615 set_stack_state(stack, offset, kind, type_die); in findnew_stack_state()
875 if (stack && stack->kind == TSR_KIND_TYPE && in update_var_state()
896 if (reg->ok && reg->kind == TSR_KIND_TYPE && in update_var_state()
903 reg->kind = TSR_KIND_TYPE; in update_var_state()
921 if (!copy_reg->ok || (copy_reg->kind != TSR_KIND_TYPE) || in update_var_state()
1066 state->regs[reg].ok, state->regs[reg].kind); in check_matching_type()
1071 if (state->regs[reg].kind == TSR_KIND_TYPE) { in check_matching_type()
1110 if (state->regs[reg].kind == TSR_KIND_POINTER) { in check_matching_type()
1129 if (state->regs[reg].kind == TSR_KIND_CANARY) { in check_matching_type()
1142 if (state->regs[reg].kind == TSR_KIND_PERCPU_BASE) { in check_matching_type()
1155 state->regs[reg2].kind == TSR_KIND_CONST) in check_matching_type()
1187 if (stack->kind == TSR_KIND_CANARY) { in check_matching_type()
1192 if (stack->kind != TSR_KIND_TYPE) in check_matching_type()
1228 if (stack->kind == TSR_KIND_CANARY) { in check_matching_type()
1233 if (stack->kind != TSR_KIND_TYPE) in check_matching_type()