Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dloader.c1386 typedef struct RomSec { struct
1389 } RomSec; argument
1401 RomSec *ra = (RomSec *) a; in sort_secs()
1402 RomSec *rb = (RomSec *) b; in sort_secs()
1412 RomSec *cand = g_new(RomSec, 1); in add_romsec_to_list()
1421 RomSec *cand; in rom_find_largest_gap_between()
1455 cand = (RomSec *) it->data; in rom_find_largest_gap_between()