Searched refs:modtype (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dlibcoff-in.h182 /* modtype from optional header. */
183 short modtype; member in struct:xcoff_tdata
H A Dlibcoff.h186 /* modtype from optional header. */
187 short modtype; member in struct:xcoff_tdata
H A Dcoff-rs6000.c355 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
406 ox->modtype = ix->modtype;
H A Dcoffcode.h2133 xcoff->modtype = internal_a->o_modtype;
4143 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A Dxcofflink.c3820 int modtype,
3854 xcoff_data (output_bfd)->modtype = modtype;
3801 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bool gc, int modtype, bool textro, unsigned int auto_export_flags, asection **special_sections, bool rtld) argument
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dlibcoff-in.h182 /* modtype from optional header. */
183 short modtype; member in struct:xcoff_tdata
H A Dlibcoff.h186 /* modtype from optional header. */
187 short modtype; member in struct:xcoff_tdata
H A Dcoff-rs6000.c337 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
388 ox->modtype = ix->modtype;
H A Dxcofflink.c3650 int modtype,
3682 xcoff_data (output_bfd)->modtype = modtype;
3631 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, unsigned int auto_export_flags, asection **special_sections, bfd_boolean rtld) argument
H A Dcoffcode.h2098 xcoff->modtype = internal_a->o_modtype;
4049 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A Dcoff64-rs6000.c995 internal_a.o_modtype = xcoff_data (abfd)->modtype;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dlibcoff-in.h182 /* modtype from optional header. */
183 short modtype; member in struct:xcoff_tdata
H A Dlibcoff.h186 /* modtype from optional header. */
187 short modtype; member in struct:xcoff_tdata
H A Dcoff-rs6000.c355 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
406 ox->modtype = ix->modtype;
H A Dcoffcode.h2133 xcoff->modtype = internal_a->o_modtype;
4161 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A Dxcofflink.c3820 int modtype,
3854 xcoff_data (output_bfd)->modtype = modtype;
3801 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bool gc, int modtype, bool textro, unsigned int auto_export_flags, asection **special_sections, bool rtld) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dlibcoff-in.h182 /* modtype from optional header. */
183 short modtype; member in struct:xcoff_tdata
H A Dlibcoff.h186 /* modtype from optional header. */
187 short modtype; member in struct:xcoff_tdata
H A Dcoff-rs6000.c355 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
406 ox->modtype = ix->modtype;
H A Dcoffcode.h2133 xcoff->modtype = internal_a->o_modtype;
4143 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A Dxcofflink.c3820 int modtype,
3854 xcoff_data (output_bfd)->modtype = modtype;
3801 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bool gc, int modtype, bool textro, unsigned int auto_export_flags, asection **special_sections, bool rtld) argument
/netbsd-current/sys/dev/tc/
H A Dstic.c351 int modtype, xconfig, yconfig, config; local
368 modtype = sr->sr_modcl;
369 xconfig = (modtype & 0x800) >> 11;
370 yconfig = (modtype & 0x600) >> 9;
376 si->si_option = (char)((modtype >> 12) & 3);
/netbsd-current/sys/dev/ic/
H A Dbwi.c2407 enum bwi_ieee80211_modtype modtype; local
2410 modtype = bwi_ieee80211_rate2modtype(rs->rs_rates[i]);
2411 switch (modtype) {
2423 panic("unsupported modtype %u\n", modtype);
8862 enum bwi_ieee80211_modtype modtype; local
8868 modtype = bwi_ieee80211_rate2modtype(rate);
8869 if (modtype == IEEE80211_MODTYPE_OFDM)
8871 else if (modtype == IEEE80211_MODTYPE_DS)
8874 panic("unsupport modulation type %u\n", modtype);
8882 enum bwi_ieee80211_modtype modtype; local
8979 enum bwi_ieee80211_modtype modtype; local
[all...]

Completed in 418 milliseconds