Searched refs:modpost (Results 1 – 8 of 8) sorted by relevance
41 MODPOST = $(objtree)/scripts/mod/modpost43 modpost-args = \56 modpost-deps := $(MODPOST)60 modpost-args += -n66 modpost-args += -T modules.order67 modpost-deps += modules.order100 modpost-args += -t $(addprefix -u , $(ksym-wl))101 modpost-deps += $(ksym-wl)108 modpost-args += vmlinux.o109 modpost-deps += vmlinux.o[all …]
4 hostprogs-always-y += modpost mk_elfconfig7 modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h
5 /modpost
45 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。109 使用了一个命名空间的符号而没有导入它,modpost会发出警告。120 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。128 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
54 hostprogs-always-y += mod/modpost55 mod/modpost-objs := $(addprefix mod/, modpost.o file2alias.o sumversion.o symsearch.o)
52 di base. Il programma ``modpost`` e il codice in kernel/module/main.c usano lo130 della compilazione. Infatti, modpost emetterà un avviso se il modulo usa145 - aver notato un avviso da modpost che parla di un'importazione157 - aver notato un avviso da modpost che parla di un'importazione
46 refer to ``NULL``. There is no default namespace if none is defined. ``modpost``137 modpost will emit a warning if a module uses a symbol from a namespace150 - notice the warning of modpost telling about a missing import160 - notice the warning of modpost telling about a missing import
1275 vmlinux: vmlinux.o $(KBUILD_LDS) modpost1983 modules: modpost2001 PHONY += modpost2002 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target2004 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost2034 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost