Home
last modified time | relevance | path

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

/scripts/
DMakefile.lib17 obj-m := $(filter-out $(obj-y),$(obj-m))
21 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
25 $(patsubst %/,%, $(filter %/, $(obj-y) $(obj-m))))
36 obj-m := $(patsubst %/,%/modules.order, $(filter %/, $(obj-y)) $(obj-m))
38 obj-m := $(filter-out %/, $(obj-m))
42 obj-y := $(patsubst %/, %/built-in.a, $(obj-y))
44 obj-y := $(filter-out %/, $(obj-y))
55 multi-obj-y := $(call multi-search, $(obj-y), .o, -objs -y)
56 multi-obj-m := $(call multi-search, $(obj-m), .o, -objs -y -m)
57 multi-obj-ym := $(multi-obj-y) $(multi-obj-m)
[all …]
Dcheck_extable.sh5 obj=$1
7 file ${obj} | grep -q ELF || (echo "${obj} is not an 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.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))
44 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
49 quiet_cmd_clean = CLEAN $(obj)
DMakefile.dtbinst11 src := $(obj)
21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m))
29 $(dst)/%.dtb: $(obj)/%.dtb
32 $(dst)/%.dtbo: $(obj)/%.dtbo
37 $(Q)$(MAKE) $(dtbinst)=$@ dst=$(patsubst $(obj)/%,$(dst)/%,$@)
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.headersinst17 src := $(srctree)/$(obj)
18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
DMakefile.modpost89 obj := $(KBUILD_EXTMOD)
90 src := $(obj)
DKbuild.include72 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
75 build := -f $(srctree)/scripts/Makefile.build obj
78 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
81 dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj
84 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
87 clean := -f $(srctree)/scripts/Makefile.clean obj
Dlink-vmlinux.sh340 ${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init need-builtin=1
/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/kconfig/
DMakefile41 $(1): $(obj)/$($(1)-prog)
45 build_$(1): $(obj)/$($(1)-prog)
51 localyesconfig localmodconfig: $(obj)/conf
76 $(simple-targets): $(obj)/conf
81 savedefconfig: $(obj)/conf
84 defconfig: $(obj)/conf
93 %_defconfig: $(obj)/conf
98 %.config: $(obj)/conf
110 testconfig: $(obj)/conf
112 -o cache_dir=$(abspath $(obj)/tests/.cache) \
[all …]
Dstreamline_config.pl329 foreach my $obj (split /\s+/,$objs) {
330 $obj =~ s/-/_/g;
331 if ($obj =~ /(.*)\.o$/) {
/scripts/gcc-plugins/
DMakefile3 $(obj)/randomize_layout_plugin.so: $(objtree)/$(obj)/randomize_layout_seed.h
7 $(objtree)/$(obj)/randomize_layout_seed.h: FORCE
26 -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++11 \
40 plugin-single := $(addprefix $(obj)/, $(plugin-single))
41 plugin-multi := $(addprefix $(obj)/, $(plugin-multi))
42 plugin-objs := $(addprefix $(obj)/, $(plugin-objs))
47 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
52 $(addprefix $(obj)/, $($(target-stem)-objs))
56 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
61 $(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.py112 def cmdfiles_for_o(obj): argument
123 yield to_cmdfile(obj)
137 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
138 yield to_cmdfile(obj)
/scripts/dtc/
DMakefile40 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h