Home
last modified time | relevance | path

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

/linux-6.14.4/scripts/
DMakefile.modpost41 MODPOST = $(objtree)/scripts/mod/modpost
43 modpost-args = \
56 modpost-deps := $(MODPOST)
60 modpost-args += -n
66 modpost-args += -T modules.order
67 modpost-deps += modules.order
100 modpost-args += -t $(addprefix -u , $(ksym-wl))
101 modpost-deps += $(ksym-wl)
108 modpost-args += vmlinux.o
109 modpost-deps += vmlinux.o
[all …]
/linux-6.14.4/scripts/mod/
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
D.gitignore5 /modpost
/linux-6.14.4/Documentation/translations/zh_CN/core-api/
Dsymbol-namespaces.rst55 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。
120 使用了一个命名空间的符号而没有导入它,modpost会发出警告。
131 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
139 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
/linux-6.14.4/scripts/package/
Dinstall-extmod-build54 hostprogs-always-y += mod/modpost
55 mod/modpost-objs := $(addprefix mod/, modpost.o file2alias.o sumversion.o symsearch.o)
/linux-6.14.4/Documentation/core-api/
Dsymbol-namespaces.rst53 refer to ``NULL``. There is no default namespace if none is defined. ``modpost``
128 modpost will emit a warning if a module uses a symbol from a namespace
141 - notice the warning of modpost telling about a missing import
151 - notice the warning of modpost telling about a missing import
/linux-6.14.4/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-6.14.4/
DMakefile1232 vmlinux: vmlinux.o $(KBUILD_LDS) modpost
1925 modules: modpost
1943 PHONY += modpost
1944 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target
1946 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1976 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
/linux-6.14.4/Documentation/kbuild/
Dmodules.rst451 are defined. This is done in the MODPOST step. modpost obtains
493 These files will be loaded by modpost during the