Home
last modified time | relevance | path

Searched refs:modtype (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/sys/dev/tc/
H A Dstic.c351 int modtype, xconfig, yconfig, config; in stic_reset() local
368 modtype = sr->sr_modcl; in stic_reset()
369 xconfig = (modtype & 0x800) >> 11; in stic_reset()
370 yconfig = (modtype & 0x600) >> 9; in stic_reset()
376 si->si_option = (char)((modtype >> 12) & 3); in stic_reset()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dlibcoff-in.h183 short modtype; member
H A Dlibcoff.h187 short modtype; member
H A Dcoff-rs6000.c355 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; in _bfd_xcoff_mkobject()
406 ox->modtype = ix->modtype; in _bfd_xcoff_copy_private_bfd_data()
H A Dcoffcode.h2132 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook()
4142 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dlibcoff-in.h183 short modtype; member
H A Dlibcoff.h187 short modtype; member
H A Dcoff-rs6000.c337 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; in _bfd_xcoff_mkobject()
388 ox->modtype = ix->modtype; in _bfd_xcoff_copy_private_bfd_data()
H A Dcoffcode.h2097 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook()
4048 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
H A Dxcofflink.c3639 int modtype, in bfd_xcoff_size_dynamic_sections() argument
3671 xcoff_data (output_bfd)->modtype = modtype; in bfd_xcoff_size_dynamic_sections()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dlibcoff-in.h175 short modtype; member
H A Dlibcoff.h179 short modtype; member
H A Dcoff-rs6000.c337 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; in _bfd_xcoff_mkobject()
388 ox->modtype = ix->modtype; in _bfd_xcoff_copy_private_bfd_data()
H A Dcoffcode.h2049 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook()
4032 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
H A Dxcofflink.c3631 int modtype, in bfd_xcoff_size_dynamic_sections() argument
3663 xcoff_data (output_bfd)->modtype = modtype; in bfd_xcoff_size_dynamic_sections()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dlibcoff-in.h183 short modtype; member
H A Dlibcoff.h187 short modtype; member
H A Dcoff-rs6000.c337 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; in _bfd_xcoff_mkobject()
388 ox->modtype = ix->modtype; in _bfd_xcoff_copy_private_bfd_data()
H A Dcoffcode.h2097 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook()
4048 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
H A Dxcofflink.c3639 int modtype, in bfd_xcoff_size_dynamic_sections() argument
3671 xcoff_data (output_bfd)->modtype = modtype; in bfd_xcoff_size_dynamic_sections()
/netbsd/sys/dev/ic/
H A Dbwi.c2407 enum bwi_ieee80211_modtype modtype; in bwi_mac_set_ackrates() local
2411 switch (modtype) { in bwi_mac_set_ackrates()
8862 enum bwi_ieee80211_modtype modtype; in bwi_plcp_header() local
8868 modtype = bwi_ieee80211_rate2modtype(rate); in bwi_plcp_header()
8869 if (modtype == IEEE80211_MODTYPE_OFDM) in bwi_plcp_header()
8871 else if (modtype == IEEE80211_MODTYPE_DS) in bwi_plcp_header()
8882 enum bwi_ieee80211_modtype modtype; in bwi_ieee80211_ack_rate() local
8887 modtype = bwi_ieee80211_rate2modtype(rate); in bwi_ieee80211_ack_rate()
8979 enum bwi_ieee80211_modtype modtype; in bwi_ieee80211_txtime() local
8988 if (modtype == IEEE80211_MODTYPE_OFDM) { in bwi_ieee80211_txtime()
[all …]
/netbsd/external/gpl3/gdb/dist/ld/emultempl/
H A Daix.em81 static unsigned short modtype = ('1' << 8) | 'L';
544 modtype = (*optarg << 8) | optarg[1];
838 modtype, textro ? TRUE : FALSE, flags, special_sections,
/netbsd/external/gpl3/binutils.old/dist/ld/emultempl/
H A Daix.em81 static unsigned short modtype = ('1' << 8) | 'L';
544 modtype = (*optarg << 8) | optarg[1];
838 modtype, textro ? TRUE : FALSE, flags, special_sections,
/netbsd/external/gpl3/gdb.old/dist/ld/emultempl/
H A Daix.em81 static unsigned short modtype = ('1' << 8) | 'L';
544 modtype = (*optarg << 8) | optarg[1];
838 modtype, textro ? TRUE : FALSE, flags, special_sections,
/netbsd/external/gpl3/binutils/dist/ld/emultempl/
H A Daix.em90 static unsigned short modtype = ('1' << 8) | 'L';
557 modtype = (*optarg << 8) | optarg[1];
851 modtype, textro, flags, special_sections, rtld))

12