Searched refs:types (Results 1 – 7 of 7) sorted by relevance
10 gendwarfksyms-objs += types.o
38 *types.h
748 struct type *types; in build_type_list() local763 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list()775 types[t].flags |= TYPE_BEGIN; in build_type_list()779 types[t].name = &token_list[n]; in build_type_list()780 type_index[t] = &types[t]; in build_type_list()784 types[t].name = &token_list[n + 1]; in build_type_list()785 types[t].flags |= TYPE_STOP_MARKER; in build_type_list()
187 -fno-eliminate-unused-debug-types \351 "$ABIDIFF" --non-reachable-types \
95 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
171 my %types = ();175 if (exists($types{$2})) {176 $types{$2} .= ",$1" if ($types{$2} ne $1);178 $types{$2} = $1;181 $types{$2} = "UNDETERMINED";198 foreach my $type (sort keys %types) {201 my $level = $types{$type};
2151 my @types = @$types_ref;2154 my $type = $types[0];