Home
last modified time | relevance | path

Searched refs:modpost (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/scripts/
DMakefile.modpost41 modpost-args = \
51 modpost-args += -n
102 modpost-args += -e $(addprefix -i ,$(module.symvers-if-present) $(KBUILD_EXTRA_SYMBOLS))
107 modpost-args += -w
112 MODPOST = scripts/mod/modpost
122 …sed 's/ko$$/o/' $(or $(modorder-if-needed), /dev/null) | $(MODPOST) $(modpost-args) -T - $(vmlinux…
126 $(call if_changed,modpost)
/Linux-v6.1/scripts/mod/
DMakefile5 hostprogs-always-y += modpost mk_elfconfig
8 modpost-objs := modpost.o file2alias.o sumversion.o
19 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
D.gitignore5 /modpost
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dsymbol-namespaces.rst55 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。
120 使用了一个命名空间的符号而没有导入它,modpost会发出警告。
131 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
139 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
/Linux-v6.1/Documentation/core-api/
Dsymbol-namespaces.rst53 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 namespace
142 - notice the warning of modpost telling about a missing import
152 - notice the warning of modpost telling about a missing import
/Linux-v6.1/Documentation/translations/it_IT/core-api/
Dsymbol-namespaces.rst53 di base. Il programma ``modpost`` e il codice in kernel/module/main.c usano lo
133 della compilazione. Infatti, modpost emetterà un avviso se il modulo usa
148 - aver notato un avviso da modpost che parla di un'importazione
160 - aver notato un avviso da modpost che parla di un'importazione
/Linux-v6.1/
DMakefile1235 vmlinux: vmlinux.o $(KBUILD_LDS) modpost
1907 modules: modpost
1941 PHONY += modpost
1942 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target
1944 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1974 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
/Linux-v6.1/Documentation/
Ddontdiff180 modpost
/Linux-v6.1/Documentation/kbuild/
Dmodules.rst494 are defined. This is done in the MODPOST step. modpost obtains
536 These files will be loaded by modpost during the