Searched refs:kabi (Results 1 – 3 of 3) sorted by relevance
8 gendwarfksyms-objs += kabi.o
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(struct kabi_state)); in get_union_kabi_status()645 *placeholder = state.kabi.placeholder; in get_union_kabi_status()[all …]
256 struct kabi_state kabi; member