Searched refs:modpost (Results 1 – 9 of 9) sorted by relevance
15 # 2) modpost is then used to41 MODPOST = $(objtree)/scripts/mod/modpost43 modpost-args = \56 modpost-deps := $(MODPOST)60 modpost-args += -n63 # Read out modules.order to pass in modpost.66 modpost-args += -T modules.order67 modpost-deps += modules.order100 modpost-args += -t $(addprefix -u , $(ksym-wl))101 modpost[all...]
4 hostprogs-always-y += modpost mk_elfconfig7 modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h
5 /modpost
45 ``modpost`` 和kernel/module/main.c分别在构建时或模块加载时使用名称空间。120 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。128 - 注意 ``modpost`` 的警告,提醒你有一个丢失的导入。
54 hostprogs-always-y += mod/modpost55 mod/modpost-objs := $(addprefix mod/, modpost.o file2alias.o sumversion.o symsearch.o)
46 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 namespace149 - notice the warning of modpost telling about a missing import159 - notice the warning of modpost telling about a missing import
52 di base. Il programma ``modpost`` e il codice in kernel/module/main.c usano lo130 della compilazione. Infatti, modpost emetterà un avviso se il modulo usa145 - aver notato un avviso da modpost che parla di un'importazione157 - aver notato un avviso da modpost che parla di un'importazione
1243 vmlinux: vmlinux.o $(KBUILD_LDS) modpost1940 modules: modpost1958 PHONY += modpost1959 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \ target 1961 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost1977 # .ko is special because modpost is needed1991 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
451 are defined. This is done in the MODPOST step. modpost obtains493 These files will be loaded by modpost during the