Lines Matching full:for
100 * unpacking failed for any reason.
126 * this for non-address data)
127 * @data_swab: Set to order of byte swapping for data. 0 for no swap, 1
128 * for swapping bytes within halfwords, 2 for bytes within
129 * words and 3 for within doublewords.
133 * @sym_cb: Callback function for symbol table entries
139 * @elf_machine give the expected endianness and machine for the ELF the
142 * their particular values for @elf_machine are set.
232 * @max_sz: Maximum allowed ramdisk size (for non-u-boot ramdisks)
279 * useful for undoing a series of rom_add_*() calls if image file loading fails
295 * rom_ptr_for_as: Return a pointer to ROM blob data for the address
296 * @as: AddressSpace to look for the ROM blob in
303 * This function looks for a ROM blob which covers the specified range
305 * @as. This is useful for code which runs as part of board
311 * rom_ptr_for_as() will look not just for blobs loaded directly to
312 * the specified address, but also for blobs which were loaded to an
356 * it finds the biggest gap which is free for use for other things.