Searched refs:memmove (Results 1 – 6 of 6) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_sw.c | 174 memmove(buf, fdt, headsize); in fdt_resize() 175 memmove(newtail, oldtail, tailsize); in fdt_resize() 177 memmove(newtail, oldtail, tailsize); in fdt_resize() 178 memmove(buf, fdt, headsize); in fdt_resize() 356 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
H A D | fdt_rw.c | 66 memmove(p + newlen, p + oldlen, ((char *)fdt + dsize) - (p + oldlen)); in fdt_splice_() 407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 414 memmove(new + strings_off, old + fdt_off_dt_strings(old), strings_size); in fdt_packblocks_() 476 memmove(buf, tmp, newsize); in fdt_open_into()
|
H A D | fdt.c | 338 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
/DragonStub/inc/ |
H A D | lib.h | 97 void *memmove(void *dst, const void *src, uint64_t size);
|
/DragonStub/lib/ |
H A D | init.c | 210 void *memmove(void *dst, const void *src, uint64_t size) in memmove() function
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 428 memmove(buf + spaces, buf, len); in move_right()
|