Home
last modified time | relevance | path

Searched refs:types (Results 1 – 7 of 7) sorted by relevance

/scripts/gendwarfksyms/
DMakefile10 gendwarfksyms-objs += types.o
/scripts/
Dgit.orderFile38 *types.h
Dasn1_compiler.c748 struct type *types; in build_type_list() local
763 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()
Dcheck-uapi.sh187 -fno-eliminate-unused-debug-types \
351 "$ABIDIFF" --non-reachable-types \
DMakefile.extrawarn95 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
Dcheckpatch.pl171 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};
Dget_maintainer.pl2151 my @types = @$types_ref;
2154 my $type = $types[0];