Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dloader.c1449 typedef struct RomSec { struct
1452 } RomSec; argument
1464 RomSec *ra = (RomSec *) a; in sort_secs()
1465 RomSec *rb = (RomSec *) b; in sort_secs()
1475 RomSec *cand = g_new(RomSec, 1); in add_romsec_to_list()
1484 RomSec *cand; in rom_find_largest_gap_between()
1518 cand = (RomSec *) it->data; in rom_find_largest_gap_between()