Searched refs:target (Results 1 – 7 of 7) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_overlay.c | 542 static int overlay_apply_node(void *fdt, int target, in overlay_apply_node() argument 561 ret = fdt_setprop(fdt, target, name, prop, prop_len); in overlay_apply_node() 571 nnode = fdt_add_subnode(fdt, target, name); in overlay_apply_node() 573 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node() 610 int target; in overlay_merge() local 624 target = fdt_overlay_target_offset(fdt, fdto, fragment, NULL); in overlay_merge() 625 if (target < 0) in overlay_merge() 626 return target; in overlay_merge() 628 ret = overlay_apply_node(fdt, target, fdto, overlay); in overlay_merge() 682 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local [all …]
|
/DragonStub/gnuefi/ |
H A D | reloc_ia64.S | 95 #define target r16 macro 157 add target = ldbase, r_offset 184 ld8 val = [target] 188 st8 [target] = val 196 st8 [target] = fptr 198 add target = 8,fptr 210 st8 [target] = gp
|
/DragonStub/tools/ |
H A D | .gdbinit | 2 target remote localhost:1234
|
/DragonStub/apps/ |
H A D | Makefile | 67 FORMAT := --target efi-app-$(ARCH) 68 $(TARGET_BSDRIVERS): FORMAT=--target efi-bsdrv-$(ARCH) 69 $(TARGET_RTDRIVERS): FORMAT=--target efi-rtdrv-$(ARCH)
|
/DragonStub/ |
H A D | Make.defaults | 77 # Host/target identification 158 # Set HAVE_EFI_OBJCOPY if objcopy understands --target efi-[app|bsdrv|rtdrv],
|
H A D | ChangeLog | 222 command line and use the target machine of the cross compiler. 338 EFI, i.e., it supports --target efi-[app|bsdrv|rtdrv] options. Use it to decide 679 Makefile, it will always see modified files. "install" target 734 the kernel arch. The information actually needed is the default target 848 Makefile with a "mkvars" target that displays effective variables. 1173 to get the package to compile for IA-32 linux target.
|
/DragonStub/docs/ |
H A D | README.gnuefi | 103 macro ARCH to the desired target architecture ("ia32" for x86, "x86_64" for 184 --target=efi-app-ia32 (x86) or --target=efi-app-ia64 (IA-64). But 227 in gnuefi/elf_$(ARCH)_efi.lds where $(ARCH) is the target architecture
|