Lines Matching refs:kabi
333 state->kabi.orig_name = NULL; in __process_list_type()
340 if (stable && state->kabi.orig_name) in __process_list_type()
341 name = state->kabi.orig_name; in __process_list_type()
521 res = get_kabi_status(die, &state->kabi.orig_name); in check_struct_member_kabi_status()
524 !get_ref_die_attr(die, DW_AT_type, &state->kabi.placeholder)) in check_struct_member_kabi_status()
556 res = get_kabi_status(die, &state->kabi.orig_name); in check_union_member_kabi_status()
559 state->kabi.placeholder = type; in check_union_member_kabi_status()
568 if (res <= KABI_NORMAL && ++state->kabi.members < 2) in check_union_member_kabi_status()
637 memset(&state.kabi, 0, sizeof(state.kabi)); in get_union_kabi_status()
645 *placeholder = state.kabi.placeholder; in get_union_kabi_status()
647 *orig_name = state.kabi.orig_name; in get_union_kabi_status()
738 &state->kabi.orig_name)); in DEFINE_PROCESS_STRUCTURE_TYPE()