Searched refs:modpost (Results 1 – 9 of 9) sorted by relevance
41 modpost-args = \51 modpost-args += -n102 modpost-args += -e $(addprefix -i ,$(module.symvers-if-present) $(KBUILD_EXTRA_SYMBOLS))107 modpost-args += -w112 MODPOST = scripts/mod/modpost122 …sed 's/ko$$/o/' $(or $(modorder-if-needed), /dev/null) | $(MODPOST) $(modpost-args) -T - $(vmlinux…126 $(call if_changed,modpost)
5 hostprogs-always-y += modpost mk_elfconfig8 modpost-objs := modpost.o file2alias.o sumversion.o19 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
5 /modpost
55 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。120 使用了一个命名空间的符号而没有导入它,modpost会发出警告。131 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。139 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
53 refer to ``NULL``. There is no default namespace if none is defined. ``modpost``129 modpost will emit a warning if a module uses a symbol from a namespace142 - notice the warning of modpost telling about a missing import152 - notice the warning of modpost telling about a missing import
53 di base. Il programma ``modpost`` e il codice in kernel/module/main.c usano lo133 della compilazione. Infatti, modpost emetterà un avviso se il modulo usa148 - aver notato un avviso da modpost che parla di un'importazione160 - aver notato un avviso da modpost che parla di un'importazione
1235 vmlinux: vmlinux.o $(KBUILD_LDS) modpost1907 modules: modpost1941 PHONY += modpost1942 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target1944 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost1974 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
180 modpost
494 are defined. This is done in the MODPOST step. modpost obtains536 These files will be loaded by modpost during the