Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 21 of 21) sorted by relevance

/scripts/kconfig/
DMakefile22 xconfig: $(obj)/qconf
25 gconfig: $(obj)/gconf
28 menuconfig: $(obj)/mconf
31 config: $(obj)/conf
34 nconfig: $(obj)/nconf
37 build_menuconfig: $(obj)/mconf
39 build_nconfig: $(obj)/nconf
41 build_gconfig: $(obj)/gconf
43 build_xconfig: $(obj)/qconf
45 localyesconfig localmodconfig: $(obj)/conf
[all …]
Dstreamline_config.pl329 foreach my $obj (split /\s+/,$objs) {
330 $obj =~ s/-/_/g;
331 if ($obj =~ /(.*)\.o$/) {
/scripts/mod/
DMakefile12 $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
19 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
20 $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
23 cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@
25 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
/scripts/
Dcheck_extable.sh5 obj=$1
7 file ${obj} | grep -q ELF || (echo "${obj} is not and ELF file." 1>&2 ; exit 0)
10 objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null
15 suspicious_relocs=$(objdump -rj __ex_table ${obj} | tail -n +6 |
33 …eval $(objdump -t ${obj} | grep ${1} | sed 's/\([0-9a-f]\+\) .\{7\} \([^ \t]\+\).*/section="\2"; s…
55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | …
65 addr2line -fip -j ${alt_target_section} -e ${obj} ${alt_target_offset} | awk '{print "\t" $0}'
72 objdump -hwj ${section} ${obj} | grep -q CODE
84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
[all …]
DMakefile.lib29 obj-m := $(filter-out $(obj-y),$(obj-m))
33 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
37 $(patsubst %/,%, $(filter %/, $(obj-y) $(obj-m))))
48 obj-m := $(patsubst %/,%/modules.order, $(filter %/, $(obj-y)) $(obj-m))
50 obj-m := $(filter-out %/, $(obj-m))
54 obj-y := $(patsubst %/, %/built-in.a, $(obj-y))
56 obj-y := $(filter-out %/, $(obj-y))
68 multi-used-y := $(call multi-search,$(obj-y),-objs -y)
69 multi-used-m := $(call multi-search,$(obj-m),-objs -y -m)
80 real-obj-y := $(call real-search, $(obj-y),-objs -y)
[all …]
DMakefile.build6 src := $(obj)
14 obj-y :=
15 obj-m :=
62 ifndef obj
67 ifneq ($(obj-m),)
68 $(warning $(patsubst %.o,'%.ko',$(obj-m)) will not be built even though obj-m is specified.)
69 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
76 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
77 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
82 targets-for-builtin += $(obj)/lib.a
[all …]
DMakefile.host8 $(obj)/%.lex.c: $(src)/%.l FORCE
16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE
61 host-csingle := $(addprefix $(obj)/,$(host-csingle))
62 host-cmulti := $(addprefix $(obj)/,$(host-cmulti))
63 host-cobjs := $(addprefix $(obj)/,$(host-cobjs))
64 host-cxxmulti := $(addprefix $(obj)/,$(host-cxxmulti))
65 host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs))
78 _hostc_flags += -I $(objtree)/$(obj)
79 _hostcxx_flags += -I $(objtree)/$(obj)
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
[all …]
DMakefile.clean6 src := $(obj)
21 $(patsubst %/,%, $(filter %/, $(obj-y) $(obj-m) $(obj-))))
25 subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn))
47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
52 quiet_cmd_clean = CLEAN $(obj)
DMakefile.asm-generic12 src := $(subst /generated,,$(obj))
32 generic-y := $(addprefix $(obj)/, $(generic-y))
33 generated-y := $(addprefix $(obj)/, $(generated-y))
36 old-headers := $(wildcard $(obj)/*.h)
49 $(obj)/%.h:
55 $(shell mkdir -p $(obj))
DMakefile.userprogs15 user-csingle := $(addprefix $(obj)/, $(user-csingle))
16 user-cmulti := $(addprefix $(obj)/, $(user-cmulti))
17 user-cobjs := $(addprefix $(obj)/, $(user-cobjs))
27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE
33 $(addprefix $(obj)/, $($(target-stem)-objs)) \
42 $(user-cobjs): $(obj)/%.o: $(src)/%.c FORCE
DMakefile.dtbinst11 src := $(obj)
21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m))
29 $(dst)/%.dtb: $(obj)/%.dtb
34 $(Q)$(MAKE) $(dtbinst)=$@ dst=$(patsubst $(obj)/%,$(dst)/%,$@)
DMakefile.headersinst17 src := $(srctree)/$(obj)
18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
DMakefile.modpost92 obj := $(KBUILD_EXTMOD)
93 src := $(obj)
DKbuild.include155 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
158 build := -f $(srctree)/scripts/Makefile.build obj
161 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
164 dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj
167 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
170 clean := -f $(srctree)/scripts/Makefile.clean obj
Dlink-vmlinux.sh369 ${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init need-builtin=1
/scripts/gcc-plugins/
DMakefile3 $(obj)/randomize_layout_plugin.so: $(objtree)/$(obj)/randomize_layout_seed.h
7 $(objtree)/$(obj)/randomize_layout_seed.h: FORCE
25 -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++11 \
39 plugin-single := $(addprefix $(obj)/, $(plugin-single))
40 plugin-multi := $(addprefix $(obj)/, $(plugin-multi))
41 plugin-objs := $(addprefix $(obj)/, $(plugin-objs))
46 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
51 $(addprefix $(obj)/, $($(target-stem)-objs))
55 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
60 $(plugin-objs): $(obj)/%.o: $(src)/%.c FORCE
/scripts/genksyms/
DMakefile20 $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE
30 $(obj)/lex.lex.o: $(obj)/parse.tab.h
/scripts/gdb/linux/
DMakefile8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
11 $(addprefix $(obj)/, $(symlinks)): FORCE
22 $(obj)/constants.py: $(src)/constants.py.in FORCE
Dsymbols.py150 for obj in gdb.objfiles():
151 if obj.filename.endswith('vmlinux'):
152 orig_vmlinux = obj.filename
/scripts/clang-tools/
Dgen_compile_commands.py104 def cmdfiles_for_o(obj): argument
115 yield to_cmdfile(obj)
129 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
130 yield to_cmdfile(obj)
154 for obj in m.readline().split():
155 yield to_cmdfile(obj)
/scripts/dtc/
DMakefile33 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h