Home
last modified time | relevance | path

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

/linux/scripts/
H A DMakefile.modpost15 # 2) modpost is then used to
41 MODPOST = $(objtree)/scripts/mod/modpost
43 modpost-args = \
56 modpost-deps := $(MODPOST)
60 modpost-args += -n
63 # Read out modules.order to pass in modpost.
66 modpost-args += -T modules.order
67 modpost-deps += modules.order
100 modpost-args += -t $(addprefix -u , $(ksym-wl))
101 modpost
[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分别在构建时或模块加载时使用名称空间。
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/core-api/
H A Dsymbol-namespaces.rst46 refer to ``NULL``. There is no default namespace if none is defined. ``modpost``
136 modpost will emit a warning if a module uses a symbol from a namespace
149 - notice the warning of modpost telling about a missing import
159 - 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
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/
H A DMakefile1243 vmlinux: vmlinux.o $(KBUILD_LDS) modpost
1940 modules: modpost
1958 PHONY += modpost
1959 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target
1961 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1977 # .ko is special because modpost is needed
1991 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
/linux/Documentation/kbuild/
H A Dmodules.rst451 are defined. This is done in the MODPOST step. modpost obtains
493 These files will be loaded by modpost during the