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