Home
last modified time | relevance | path

Searched refs:externs (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/drivers/staging/comedi/drivers/ni_routing/tools/
Dconvert_csv_to_c.py239 externs = []
246 externs.append('extern struct ni_device_routes {};'.format(dev_table_name))
275 filename=EXTERN_H, externs='\n'.join(externs)))
430 externs = []
437 externs.append('extern const struct family_route_values {};'.format(fam_table_name))
467 filename=EXTERN_H, externs='\n'.join(externs)))
/Linux-v5.10/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
/Linux-v5.10/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
/Linux-v5.10/tools/perf/util/scripting-engines/
DBuild4 …cls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-s…
/Linux-v5.10/scripts/
DMakefile.extrawarn64 KBUILD_CFLAGS += -Wnested-externs
/Linux-v5.10/tools/objtool/
DMakefile40 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
/Linux-v5.10/tools/scripts/
DMakefile.include30 EXTRA_WARNINGS += -Wnested-externs
/Linux-v5.10/tools/bpf/bpftool/
DMakefile43 CFLAGS += $(filter-out -Wswitch-enum -Wnested-externs,$(EXTRA_WARNINGS))
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c417 struct extern_desc *externs; member
1453 if (strcmp(obj->externs[i].name, name) == 0) in find_extern_by_name()
1454 return &obj->externs[i]; in find_extern_by_name()
1726 ext = &obj->externs[i]; in bpf_object__init_kconfig_map()
2532 ext = &obj->externs[i]; in bpf_object__load_vmlinux_btf()
3116 ext = obj->externs; in bpf_object__collect_externs()
3120 obj->externs = ext; in bpf_object__collect_externs()
3182 qsort(obj->externs, obj->nr_extern, sizeof(*ext), cmp_externs); in bpf_object__collect_externs()
3195 ext = &obj->externs[i]; in bpf_object__collect_externs()
3229 ext = &obj->externs[i]; in bpf_object__collect_externs()
[all …]
/Linux-v5.10/tools/perf/util/
Dprobe-finder.c1511 bool externs = !af->child; in collect_variables_cb() local
1517 if (!externs) in collect_variables_cb()
1529 !externs) { in collect_variables_cb()
DBuild245 …bison_flags += -Wno-unused-parameter -Wno-nested-externs -Wno-implicit-function-declaration -Wno-s…
/Linux-v5.10/tools/perf/Documentation/
Dperf-probe.txt89 --externs::
/Linux-v5.10/tools/perf/
DMakefile.config19 CFLAGS := $(EXTRA_CFLAGS) $(filter-out -Wnested-externs,$(EXTRA_WARNINGS))