Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dloader.c1821 size_t hex_blob_size, AddressSpace *as) in parse_hex_blob() argument
1825 uint8_t *end = hex_blob + hex_blob_size; in parse_hex_blob()
1830 .bin_buf = g_malloc(hex_blob_size), in parse_hex_blob()
1888 gsize hex_blob_size; in load_targphys_hex_as() local
1892 if (!g_file_get_contents(filename, &hex_blob, &hex_blob_size, NULL)) { in load_targphys_hex_as()
1897 hex_blob_size, as); in load_targphys_hex_as()