Searched refs:end (Results 1 – 17 of 17) sorted by relevance
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 281 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 D | fdt_ro.c | 252 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 D | fdt_sw.c | 340 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 D | elf_mips64el_efi.lds | 34 * 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 D | elf_x86_64_fbsd_efi.lds | 42 * 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 D | elf_aarch64_efi.lds | 46 * 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 D | elf_x86_64_efi.lds | 45 * 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 D | elf_ia32_fbsd_efi.lds | 47 * 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 D | elf_ia32_efi.lds | 38 * 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 D | elf_ia64_efi.lds | 49 * 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 D | elf_arm_efi.lds | 46 * 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 D | elf_riscv64_efi.lds | 49 * 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 D | crt0-efi-loongarch64.S | 161 .end _start
|
H A D | crt0-efi-mips64el.S | 196 .end _start
|
/DragonStub/apps/ |
H A D | elf.c | 182 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 D | README.gnuefi | 161 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 D | ChangeLog | 553 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".
|