Searched refs:start (Results 1 – 14 of 14) sorted by relevance
/DragonStub/inc/dragonstub/ |
H A D | minmax.h | 239 static inline bool in_range64(u64 val, u64 start, u64 len) in in_range64() argument 241 return (val - start) < len; in in_range64() 244 static inline bool in_range32(u32 val, u32 start, u32 len) in in_range32() argument 246 return (val - start) < len; in in_range32() 261 #define in_range(val, start, len) \ argument 262 ((sizeof(start) | sizeof(len) | sizeof(val)) <= sizeof(u32) ? \ 263 in_range32(val, start, len) : \ 264 in_range64(val, start, len))
|
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_wip.c | 51 static void fdt_nop_region_(void *start, int len) in fdt_nop_region_() argument 55 for (p = start; (char *)p < ((char *)start + len); p++) in fdt_nop_region_()
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 916 const char *start = fmt; in format_decode() local 947 if (fmt != start || !*fmt) in format_decode() 948 return fmt - start; in format_decode() 990 return ++fmt - start; in format_decode() 1005 return ++fmt - start; in format_decode() 1031 return ++fmt - start; in format_decode() 1035 return ++fmt - start; in format_decode() 1039 return ++fmt - start; in format_decode() 1043 return ++fmt - start; in format_decode() 1078 return fmt - start; in format_decode() [all …]
|
/DragonStub/gnuefi/ |
H A D | elf_mips64el_efi.lds | 33 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_x86_64_fbsd_efi.lds | 41 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_aarch64_efi.lds | 45 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_x86_64_efi.lds | 44 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_ia32_fbsd_efi.lds | 46 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_ia32_efi.lds | 37 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_ia64_efi.lds | 48 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_arm_efi.lds | 45 * command, so they don't start with a size. Because of p2align and the
|
H A D | elf_riscv64_efi.lds | 48 * command, so they don't start with a size. Because of p2align and the
|
/DragonStub/docs/ |
H A D | README.gnuefi | 282 However, a start address of 0 makes debugging a wee bit easier
|
/DragonStub/ |
H A D | LICENSE | 289 to attach them to the start of each source file to most effectively
|