Searched refs:e (Results 1 – 5 of 5) sorted by relevance
/DragonStub/inc/dragonstub/ |
H A D | bug.h | 50 #define BUILD_BUG_ON_ZERO(e) (0) argument 58 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int : (-!!(e)); }))) argument
|
/DragonStub/ |
H A D | Make.defaults | 79 HOSTARCH ?= $(shell $(HOSTCC) -dumpmachine | cut -f1 -d- | sed -e s,i[3456789]86,ia32, -e 's,ar… 80 ARCH ?= $(shell $(HOSTCC) -dumpmachine | cut -f1 -d- | sed -e s,i[3456789]86,ia32, -e 's,ar… 84 …override ARCH := $(shell $(CC) -dumpmachine | cut -f1 -d-| sed -e s,i[3456789]86,ia32, -e 's,armv[…
|
H A D | ChangeLog | 289 64-bit ARM (AArch64), i.e., it does not rely on an objcopy that is aware of EFI 338 EFI, i.e., it supports --target efi-[app|bsdrv|rtdrv] options. Use it to decide 755 e.g. tries to copy StrCmp, gcc will give you warnings about those 1123 * release 3.0e to support x86_64
|
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_overlay.c | 684 const char *s, *e; in overlay_symbol_update() local 720 e = path + path_len; in overlay_symbol_update() 738 if ((e - s) > len && (memcmp(s, "/__overlay__/", len) == 0)) { in overlay_symbol_update() 741 rel_path_len = e - rel_path - 1; in overlay_symbol_update() 742 } else if ((e - s) == len in overlay_symbol_update()
|
/DragonStub/docs/ |
H A D | README.gnuefi | 105 the make command line (e.g., "make ARCH=ia64"). 119 Just copy the EFI application (e.g., apps/t6.efi) to the EFI
|