Home
last modified time | relevance | path

Searched refs:kabi (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/gendwarfksyms/
H A Ddwarf.c333 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()
[all...]
H A DMakefile8 gendwarfksyms-objs += kabi.o
H A Dgendwarfksyms.h256 struct kabi_state kabi; member