Searched refs:target (Results 1 – 14 of 14) sorted by relevance
/scripts/ |
D | markup_oops.pl | 40 my $target = "0"; 162 $target = $1; 165 $target = $1; 186 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset"); 187 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192; 188 if ($target eq "0") { 209 …$vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt-… 222 my ($address, $target) = @_; 224 my $ta = "0x".$target; 245 if (InRange($1, $target)) { [all …]
|
D | Makefile.build | 83 lib-target := $(obj)/lib.a 86 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),) 87 builtin-target := $(obj)/built-in.o 90 modorder-target := $(obj)/modules.order 94 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \ 95 $(if $(KBUILD_MODULES),$(obj-m) $(modorder-target)) \ 250 $(dot-target).tmp; \ 252 mv -f $(dot-target).tmp $(dot-target).cmd 327 ifdef builtin-target 335 $(builtin-target): $(obj-y) FORCE [all …]
|
D | Kbuild.include | 12 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o 13 dot-target = $(dir $@).$(notdir $@) 18 depfile = $(subst $(comma),_,$(dot-target).d) 21 # filename of target with directory and extension stripped 203 # target, or command line has changed 226 # Find any prerequisites that is newer than target or that does not exist. 235 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd) 241 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\ 243 mv -f $(dot-target).tmp $(dot-target).cmd) 253 # why - tell why a a target got build [all …]
|
D | Makefile.modbuiltin | 36 modbuiltin-target := $(obj)/modules.builtin 38 __modbuiltin: $(modbuiltin-target) $(subdir-ym) 41 $(modbuiltin-target): $(subdir-ym) FORCE
|
D | gen_initramfs_list.sh | 138 local target=`readlink "${location}"` 139 str="${ftype} ${name} ${target} ${str}"
|
D | Makefile.lib | 306 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
/scripts/basic/ |
D | fixdep.c | 123 char *target; variable 138 printf("cmd_%s := %s\n\n", target, cmdline); in print_cmdline() 373 target, s); in parse_dep_file() 375 target); in parse_dep_file() 395 printf("\n%s: $(deps_%s)\n\n", target, target); in parse_dep_file() 396 printf("$(deps_%s):\n", target); in parse_dep_file() 455 target = argv[2]; in main()
|
/scripts/dtc/ |
D | dtc-parser.y | 150 struct node *target = get_node_by_ref($1, $2); variable 152 if (target) 153 merge_nodes(target, $3); 160 struct node *target = get_node_by_ref($1, $3); variable 162 if (!target) 165 delete_node(target);
|
D | dtc-parser.tab.c_shipped | 1581 struct node *target = get_node_by_ref((yyvsp[(1) - (3)].node), (yyvsp[(2) - (3)].labelref)); 1583 if (target) 1584 merge_nodes(target, (yyvsp[(3) - (3)].node)); 1595 struct node *target = get_node_by_ref((yyvsp[(1) - (4)].node), (yyvsp[(3) - (4)].labelref)); 1597 if (!target) 1600 delete_node(target);
|
/scripts/package/ |
D | Makefile | 54 $(RPM) $(RPMOPTS) --target $(UTS_MACHINE) -ta $(KERNELPATH).tar.gz 65 $(RPM) $(RPMOPTS) --define "_builddir $(objtree)" --target \ 126 $(error unknown target $@)))) \
|
/scripts/kconfig/ |
D | Makefile | 110 $(if $(wildcard $(objtree)/.config),, $(error You need an existing .config for this target)) 111 $(if $(call configfiles,$(1)),, $(error No configuration exists for this target on this architectur…
|
D | expr.h | 186 struct menu *target; member
|
D | menu.c | 572 jump->target = prop->menu; in get_prompt_str() 574 jump->target = location; in get_prompt_str()
|
D | mconf.c | 378 data->targets[k] = pos->target; in update_text()
|