Home
last modified time | relevance | path

Searched refs:end (Results 1 – 17 of 17) sorted by relevance

/DragonStub/apps/lib/
H A Dvsprintf.c281 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) in number() argument
345 if (buf < end) in number()
352 if (buf < end) in number()
359 if (buf < end) in number()
364 if (buf < end) in number()
374 if (buf < end) in number()
381 if (buf < end) in number()
387 if (buf < end) in number()
393 if (buf < end) in number()
402 special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number() argument
[all …]
/DragonStub/apps/lib/libfdt/
H A Dfdt_ro.c252 const char *end = path + namelen; in fdt_path_offset_namelen() local
260 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen()
263 q = end; in fdt_path_offset_namelen()
273 while (p < end) { in fdt_path_offset_namelen()
278 if (p == end) in fdt_path_offset_namelen()
281 q = memchr(p, '/', end - p); in fdt_path_offset_namelen()
283 q = end; in fdt_path_offset_namelen()
725 const char *list, *end; in fdt_stringlist_count() local
732 end = list + length; in fdt_stringlist_count()
734 while (list < end) { in fdt_stringlist_count()
[all …]
H A Dfdt_sw.c340 fdt32_t *end; in fdt_finish() local
348 end = fdt_grab_space_(fdt, sizeof(*end)); in fdt_finish()
349 if (! end) in fdt_finish()
351 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
/DragonStub/gnuefi/
H A Delf_mips64el_efi.lds34 * end/END definitions, and the fact that they're mergeable, they can also
35 * have NULLs which aren't guaranteed to be at the end.
H A Delf_x86_64_fbsd_efi.lds42 * end/END definitions, and the fact that they're mergeable, they can also
43 * have NULLs which aren't guaranteed to be at the end.
H A Delf_aarch64_efi.lds46 * end/END definitions, and the fact that they're mergeable, they can also
47 * have NULLs which aren't guaranteed to be at the end.
H A Delf_x86_64_efi.lds45 * end/END definitions, and the fact that they're mergeable, they can also
46 * have NULLs which aren't guaranteed to be at the end.
H A Delf_ia32_fbsd_efi.lds47 * end/END definitions, and the fact that they're mergeable, they can also
48 * have NULLs which aren't guaranteed to be at the end.
H A Delf_ia32_efi.lds38 * end/END definitions, and the fact that they're mergeable, they can also
39 * have NULLs which aren't guaranteed to be at the end.
H A Delf_ia64_efi.lds49 * end/END definitions, and the fact that they're mergeable, they can also
50 * have NULLs which aren't guaranteed to be at the end.
H A Delf_arm_efi.lds46 * end/END definitions, and the fact that they're mergeable, they can also
47 * have NULLs which aren't guaranteed to be at the end.
H A Delf_riscv64_efi.lds49 * end/END definitions, and the fact that they're mergeable, they can also
50 * have NULLs which aren't guaranteed to be at the end.
H A Dcrt0-efi-loongarch64.S161 .end _start
H A Dcrt0-efi-mips64el.S196 .end _start
/DragonStub/apps/
H A Delf.c182 u64 end = md->PhysicalStart + md->NumberOfPages * EFI_PAGE_SIZE; in check_image_region() local
188 if (base >= md->PhysicalStart && base < end) { in check_image_region()
189 ret = (base + size) <= end; in check_image_region()
/DragonStub/docs/
H A DREADME.gnuefi161 toolchain to build a normal ELF binary that, at the end, is converted
386 placing them in these sections, the relocations end up in sections
/DragonStub/
H A DChangeLog553 Revert "The prototype of DbgPrint() is incorrect, at the end of "inc/efidebug.h"."
562 The prototype of DbgPrint() is incorrect, at the end of "inc/efidebug.h".