Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 24 of 24) sorted by relevance

/scripts/
Dobjdiff46 dir=${1%/*}
48 if [ "$dir" = "$1" ]; then
49 dir=.
52 dir=$(cd $dir; pwd)
54 echo $TMPD/$CMT${dir#$SRCTREE}
58 dir=$(get_output_dir $1)
60 stripped=$dir/${base%.o}.stripped
61 dis=$dir/${base%.o}.dis
63 [ ! -d "$dir" ] && mkdir -p $dir
DMakefile.clean14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
15 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
DMakefile.modbuiltin24 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
25 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
Dheaders_check.pl26 my ($dir, $arch, @files) = @ARGV;
56 $found = stat($dir . "/" . $inc);
59 $found = stat($dir . "/" . $inc);
120 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path);
DMakefile.modsign22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
24 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
DMakefile.modinst28 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
30 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
DMakefile.dtbinst29 install-dir = $(patsubst $(dtbinst_root)%,$(INSTALL_DTBS_PATH)%,$(obj))
32 $(call cmd,dtb_install,$(install-dir))
DMakefile.headersinst53 existing-dirs := $(sort $(dir $(old-headers)))
54 wanted-dirs := $(sort $(dir $(all-headers)))
82 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
DMakefile.build40 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
41 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
585 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
589 obj-dirs := $(sort $(obj) $(patsubst %/,%, $(dir $(targets))))
591 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
DKbuild.include16 dot-target = $(dir $@).$(notdir $@)
59 mkdir -p $(dir $@); \
159 # $(Q)$(MAKE) $(build)=dir
165 # $(Q)$(MAKE) $(modbuiltin)=dir
171 # $(Q)$(MAKE) $(dtbinst)=dir
177 # $(Q)$(MAKE) $(clean)=dir
248 # (4) The command line stored in the file named dir/.target.cmd
251 # (5) No dir/.target.cmd file (used to store command line)
252 # (6) No dir/.target.cmd file and target not listed in $(targets)
Dnamespace.pl235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source)
237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
DMakefile.package119 git --git-dir=$(srctree)/.git archive --prefix=$(perf-tar)/ \
124 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
DMakefile.modfinal75 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
Dsphinx-pre-install321 foreach my $dir(@path) {
322 my $name = $dir.'/'.$file;
Dasn1_compiler.c320 const char *const *pdir = _pdir, *dir = *pdir; in directive_compare() local
324 dlen = strlen(dir); in directive_compare()
329 val = memcmp(token->content, dir, clen); in directive_compare()
412 const char **dir; in tokenise() local
442 dir = bsearch(&tokens[tix], directives, in tokenise()
446 if (dir) { in tokenise()
447 tokens[tix++].token_type = dir - directives; in tokenise()
DMakefile.lib291 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
294 $(addprefix -i,$(dir $<) $(DTC_INCLUDE)) $(DTC_FLAGS) \
/scripts/dtc/
Dsrcpos.c32 char *dir = xmalloc(len + 1); in get_dirname() local
34 memcpy(dir, path, len); in get_dirname()
35 dir[len] = '\0'; in get_dirname()
36 return dir; in get_dirname()
136 cur_dir = current_srcfile->dir; in fopen_any_on_path()
182 srcfile->dir = get_dirname(srcfile->name); in srcfile_push()
Dsrcpos.h16 char *dir; member
Ddt_to_config536 my ($dir, $base) = $driver =~ m{(.*)/(.*).c};
538 my $makefile = $dir . "/Makefile";
540 $makefile = $dir . "/Kbuild";
Ddtx_diff306 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
/scripts/mod/
Dsumversion.c307 char *cmd, *file, *line, *dir; in parse_source_files() local
323 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()
324 strncpy(dir, objfile, dirlen); in parse_source_files()
325 dir[dirlen] = '\0'; in parse_source_files()
371 if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) { in parse_source_files()
387 free(dir); in parse_source_files()
/scripts/kconfig/
Dstreamline_config.pl372 foreach my $dir ( ("/sbin", "/bin", "/usr/sbin", "/usr/bin") ) {
373 if ( -x "$dir/lsmod" ) {
374 $lsmod = "$dir/lsmod";
/scripts/basic/
Dfixdep.c146 static void print_dep(const char *m, int slen, const char *dir) in print_dep() argument
150 xprintf(" $(wildcard %s/", dir); in print_dep()
/scripts/gcc-plugins/
Dgcc-common.h141 void debug_dominance_info(enum cdi_direction dir);
142 void debug_dominance_tree(enum cdi_direction dir, basic_block root);