Searched refs:TARGETNAME (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddemo64.c29 #define TARGETNAME "demo64" macro
H A Daout-sparcle.c21 #define TARGETNAME "a.out-sparc-little" macro
H A Dsparcnetbsd.c36 #define TARGETNAME "a.out-sparc-netbsd" macro
H A Daout0.c22 #define TARGETNAME "a.out-zero-big" macro
H A Darmnetbsd.c37 #define TARGETNAME "a.out-arm-netbsd" macro
H A Di386freebsd.c35 #define TARGETNAME "a.out-i386-freebsd" macro
H A Di386netbsd.c36 #define TARGETNAME "a.out-i386-netbsd" macro
H A Di386bsd.c43 #define TARGETNAME "a.out-i386-bsd" macro
H A Dhost-aout.c85 #define TARGETNAME "a.out" macro
H A Di386aout.c39 #define TARGETNAME "a.out-i386" macro
H A Daout-target.h600 TARGETNAME, /* Name. */
H A Di386linux.c43 #define TARGETNAME "a.out-i386-linux" macro
H A Dsparclinux.c43 #define TARGETNAME "a.out-sparc-linux" macro
H A Dsunos.c22 #define TARGETNAME "a.out-sunos-big" macro
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_config.h34 #define TARGETNAME hpt27xx macro
H A Dhpt27xx_osm_bsd.c1379 #ifndef TARGETNAME
1380 #error "no TARGETNAME found"
1383 /* use this to make TARGETNAME be expanded */
1387 __DRIVER_MODULE(TARGETNAME, pci, hpt_pci_driver, hpt_devclass, 0, 0);
1388 __MODULE_VERSION(TARGETNAME, 1);
1389 __MODULE_DEPEND(TARGETNAME, cam, 1, 1, 1);
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_config.h34 #define TARGETNAME hptnr macro
H A Dhptnr_osm_bsd.c1561 #ifndef TARGETNAME
1562 #error "no TARGETNAME found"
1565 /* use this to make TARGETNAME be expanded */
1569 __DRIVER_MODULE(TARGETNAME, pci, hpt_pci_driver, hpt_devclass, 0, 0);
1570 __MODULE_VERSION(TARGETNAME, 1);
1571 __MODULE_DEPEND(TARGETNAME, cam, 1, 1, 1);
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_config.h33 #define TARGETNAME hptrr macro
H A Dhptrr_osm_bsd.c1208 #ifndef TARGETNAME
1209 #error "no TARGETNAME found"
1212 /* use this to make TARGETNAME be expanded */
1216 __DRIVER_MODULE(TARGETNAME, pci, hpt_pci_driver, hpt_devclass, 0, 0);
1217 __MODULE_VERSION(TARGETNAME, 1);
1218 __MODULE_DEPEND(TARGETNAME, cam, 1, 1, 1);

Completed in 268 milliseconds