Searched refs:bloblist_reloc (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | bloblist.h | 398 void bloblist_reloc(void *to, uint to_size, void *from, uint from_size);
|
| /u-boot/common/ |
| A D | bloblist.c | 422 void bloblist_reloc(void *to, uint to_size, void *from, uint from_size) in bloblist_reloc() function
|
| A D | board_f.c | 683 bloblist_reloc(gd->new_bloblist, CONFIG_BLOBLIST_SIZE_RELOC, in reloc_bloblist()
|
| /u-boot/test/ |
| A D | bloblist.c | 386 bloblist_reloc(new_ptr, new_size, old_ptr, TEST_BLOBLIST_SIZE); in bloblist_test_reloc()
|
Completed in 7 milliseconds