Home
last modified time | relevance | path

Searched refs:hex_blob_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/core/
H A Dloader.c1854 size_t hex_blob_size, AddressSpace *as) in parse_hex_blob() argument
1858 uint8_t *end = hex_blob + hex_blob_size; in parse_hex_blob()
1863 .bin_buf = g_malloc(hex_blob_size), in parse_hex_blob()
1921 gsize hex_blob_size; in load_targphys_hex_as() local
1925 if (!g_file_get_contents(filename, &hex_blob, &hex_blob_size, NULL)) { in load_targphys_hex_as()
1930 hex_blob_size, as); in load_targphys_hex_as()