Home
last modified time | relevance | path

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

/linux/scripts/
H A 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)
99 modpost-deps += $(ksym-wl)
106 modpost-args += vmlinux.o
107 modpost-deps += vmlinux.o
141 $(MODPOST) $(modpost-args)
[all …]
/linux/scripts/mod/
H A DMakefile4 hostprogs-always-y += modpost mk_elfconfig
7 modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o
18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h
H A D.gitignore5 /modpost
/linux/Documentation/translations/zh_CN/core-api/
H A Dsymbol-namespaces.rst55 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。
120 使用了一个命名空间的符号而没有导入它,modpost会发出警告。
131 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
139 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
/linux/Documentation/core-api/
H A 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/Documentation/translations/it_IT/core-api/
H A 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/
H A DMakefile1170 vmlinux: vmlinux.o $(KBUILD_LDS) modpost
1865 modules: modpost
1883 PHONY += modpost
1884 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target
1886 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1916 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
/linux/Documentation/
H A Ddontdiff179 modpost
/linux/Documentation/kbuild/
H A Dmodules.rst494 are defined. This is done in the MODPOST step. modpost obtains
536 These files will be loaded by modpost during the