Searched refs:externs (Results 1 – 12 of 12) sorted by relevance
235 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)))
3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
4 …cls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-s…
32 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
30 EXTRA_WARNINGS += -Wnested-externs
75 CFLAGS += $(filter-out -Wswitch-enum -Wnested-externs,$(EXTRA_WARNINGS))
622 struct extern_desc *externs; member1696 if (strcmp(obj->externs[i].name, name) == 0) in find_extern_by_name()1697 return &obj->externs[i]; in find_extern_by_name()1980 ext = &obj->externs[i]; in bpf_object__init_kconfig_map()2976 ext = &obj->externs[i]; in obj_needs_vmlinux_btf()3713 ext = obj->externs; in bpf_object__collect_externs()3717 obj->externs = ext; in bpf_object__collect_externs()3784 qsort(obj->externs, obj->nr_extern, sizeof(*ext), cmp_externs); in bpf_object__collect_externs()3804 ext = &obj->externs[i]; in bpf_object__collect_externs()3858 ext = &obj->externs[i]; in bpf_object__collect_externs()[all …]
1521 bool externs = !af->child; in collect_variables_cb() local1527 if (!externs) in collect_variables_cb()1539 !externs) { in collect_variables_cb()
275 …bison_flags += -Wno-unused-parameter -Wno-nested-externs -Wno-implicit-function-declaration -Wno-s…
19 CFLAGS := $(EXTRA_CFLAGS) $(filter-out -Wnested-externs,$(EXTRA_WARNINGS))20 HOSTCFLAGS := $(filter-out -Wnested-externs,$(EXTRA_WARNINGS))
89 --externs::