Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/
DMakefile.modpost41 MODPOST = scripts/mod/modpost
43 modpost-args = \
54 modpost-deps := $(MODPOST)
58 modpost-args += -n
64 modpost-args += -T $(MODORDER)
65 modpost-deps += $(MODORDER)
98 modpost-args += -t $(addprefix -u , $(ksym-wl))
99 modpost-deps += $(ksym-wl)
106 modpost-args += vmlinux.o
107 modpost-deps += vmlinux.o
[all …]
/Linux-v6.6/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.6/Documentation/translations/zh_CN/core-api/
Dsymbol-namespaces.rst55 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。
120 使用了一个命名空间的符号而没有导入它,modpost会发出警告。
131 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
139 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
/Linux-v6.6/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.6/Documentation/translations/it_IT/core-api/
Dsymbol-namespaces.rst52 di base. Il programma ``modpost`` e il codice in kernel/module/main.c usano lo
132 della compilazione. Infatti, modpost emetterà un avviso se il modulo usa
147 - aver notato un avviso da modpost che parla di un'importazione
159 - aver notato un avviso da modpost che parla di un'importazione
/Linux-v6.6/
DMakefile1164 vmlinux: vmlinux.o $(KBUILD_LDS) modpost
1844 modules: modpost
1862 PHONY += modpost
1863 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target
1865 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1895 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
/Linux-v6.6/Documentation/
Ddontdiff179 modpost
/Linux-v6.6/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