Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cardbus/
H A Dcardbus_cis.c496 uint32_t imagebase = 0; in cardbus_read_tuple_init() local
505 imagebase + CARDBUS_EXROM_SIGNATURE); in cardbus_read_tuple_init()
508 "[%x] %04x\n", romnum, imagebase + in cardbus_read_tuple_init()
524 pcidata = imagebase + bus_read_2(res, in cardbus_read_tuple_init()
525 imagebase + CARDBUS_EXROM_DATA_PTR); in cardbus_read_tuple_init()
552 imagebase += imagesize; in cardbus_read_tuple_init()
554 *start = imagebase + (*start & PCIM_CIS_ADDR_MASK); in cardbus_read_tuple_init()
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dpep.em255 /* imagebase must be first */
H A Dpe.em281 /* imagebase must be first */
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-94952209 (coff_swap_scnhdr_out): Use real imagebase.