Searched refs:new (Results 1 – 4 of 4) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_rw.c | 131 char *new; in fdt_find_add_string_() local 143 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_() 151 memcpy(new, s, len); in fdt_find_add_string_() 152 return (new - strtab); in fdt_find_add_string_() 396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument 407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 408 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 411 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_() 412 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_() [all …]
|
/DragonStub/docs/ |
H A D | README.git | 5 1) Edit the file "Makefile". Changing the "VERSION" line to the new version.
|
/DragonStub/ |
H A D | ChangeLog | 131 simply edit the makefile's "VERSION" line to the new version, commit 443 boilerplate and move the new parser to the main API. 503 (1) The compiler is new enough, and EFIAPI actually ensures the Microsoft 908 - Modifies inc/x86_64/efibind.h and inc/ia32/efibind.h to use the new 992 Mark them as EFIAPI so the compiler will (in our new 998 - If the compiler version is new enough, and GNU_EFI_USE_MS_ABI 1100 * Fix elf_ia32_efi.lds linker script to be compatible with the new 1138 match latest gcc. The new gcc may put functions in 1150 * updated elf_ia64_efi.lds to reflect new data sections 1155 new types data sections produced by recent version of gcc-3.x [all …]
|
H A D | LICENSE | 26 in new free programs; and that you know you can do these things. 237 9. The Free Software Foundation may publish revised and/or new versions 238 of the General Public License from time to time. Such new versions will 240 address new problems or concerns. 284 If you develop a new program, and you want it to be of the greatest
|