Home
last modified time | relevance | path

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

/linux/scripts/
H A 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/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.rst45 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。
109 使用了一个命名空间的符号而没有导入它,modpost会发出警告。
120 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
128 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
/linux/scripts/package/
H A Dinstall-extmod-build54 hostprogs-always-y += mod/modpost
55 mod/modpost-objs := $(addprefix mod/, modpost.o file2alias.o sumversion.o symsearch.o)
/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
130 della compilazione. Infatti, modpost emetterà un avviso se il modulo usa
145 - aver notato un avviso da modpost che parla di un'importazione
157 - aver notato un avviso da modpost che parla di un'importazione
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst46 refer to ``NULL``. There is no default namespace if none is defined. ``modpost``
137 modpost will emit a warning if a module uses a symbol from a namespace
150 - notice the warning of modpost telling about a missing import
160 - notice the warning of modpost telling about a missing import
/linux/
H A DMakefile1275 vmlinux: vmlinux.o $(KBUILD_LDS) modpost
1983 modules: modpost
2001 PHONY += modpost
2002 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target
2004 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
2034 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost