Home
last modified time | relevance | path

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

/linux-6.15/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py235 externs = []
242 externs.append('extern struct ni_device_routes {};'.format(dev_table_name))
271 filename=EXTERN_H, externs='\n'.join(externs)))
423 externs = []
430 externs.append('extern const struct family_route_values {};'.format(fam_table_name))
460 filename=EXTERN_H, externs='\n'.join(externs)))
/linux-6.15/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild4 …redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-…
/linux-6.15/tools/perf/scripts/perl/Perf-Trace-Util/
H A DBuild4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
/linux-6.15/tools/perf/util/scripting-engines/
H A DBuild6 …cls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-s…
/linux-6.15/tools/objtool/
H A DMakefile35 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
/linux-6.15/tools/scripts/
H A DMakefile.include30 EXTRA_WARNINGS += -Wnested-externs
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c2354 ext = &obj->externs[i]; in bpf_object__init_kconfig_map()
3485 ext = &obj->externs[i]; in obj_needs_vmlinux_btf()
4253 ext = obj->externs; in bpf_object__collect_externs()
4257 obj->externs = ext; in bpf_object__collect_externs()
4352 ext = &obj->externs[i]; in bpf_object__collect_externs()
4406 ext = &obj->externs[i]; in bpf_object__collect_externs()
4517 ext = &obj->externs[i]; in bpf_program__record_reloc()
8387 ext = &obj->externs[i]; in bpf_object__resolve_ksyms_btf_id()
8424 ext = &obj->externs[i]; in bpf_object__resolve_externs()
8504 ext = &obj->externs[i]; in bpf_object__resolve_externs()
[all …]
/linux-6.15/tools/bpf/bpftool/
H A DMakefile74 CFLAGS += $(filter-out -Wswitch-enum -Wnested-externs,$(EXTRA_WARNINGS))
/linux-6.15/tools/perf/util/
H A Dprobe-finder.c1439 bool externs = !af->child; in collect_variables_cb() local
1445 if (!externs) in collect_variables_cb()
1457 !externs) { in collect_variables_cb()
/linux-6.15/tools/perf/
H A DMakefile.config19 CFLAGS := $(EXTRA_CFLAGS) $(filter-out -Wnested-externs,$(EXTRA_WARNINGS))
20 HOSTCFLAGS := $(filter-out -Wnested-externs,$(EXTRA_WARNINGS))
/linux-6.15/tools/perf/Documentation/
H A Dperf-probe.txt89 --externs::