Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibcoff-in.h154 short modtype; member
H A Dlibcoff.h158 short modtype; member
H A Dcoff-rs6000.c259 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
312 ox->modtype = ix->modtype;
H A Dcoffcode.h1825 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook()
4057 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
H A Dxcofflink.c2970 int modtype, in bfd_xcoff_size_dynamic_sections() argument
3009 xcoff_data (output_bfd)->modtype = modtype; in bfd_xcoff_size_dynamic_sections()
H A Dcoff64-rs6000.c1034 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A DChangeLog-94951112 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlibcoff-in.h157 short modtype; member
H A Dlibcoff.h161 short modtype; member
H A Dcoff-rs6000.c259 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
312 ox->modtype = ix->modtype;
H A Dxcofflink.c2820 modtype, textro, export_defineds, in bfd_xcoff_size_dynamic_sections() argument
2830 int modtype;
2869 xcoff_data (output_bfd)->modtype = modtype;
H A Dcoffcode.h1853 xcoff->modtype = internal_a->o_modtype;
4204 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A Dcoff64-rs6000.c1035 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A DChangeLog-94951112 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
/openbsd-src/sys/dev/ic/
H A Dbwi.c2253 enum bwi_modtype modtype; in bwi_mac_set_ackrates() local
2256 modtype = bwi_rate2modtype(rs->rs_rates[i]); in bwi_mac_set_ackrates()
2257 switch (modtype) { in bwi_mac_set_ackrates()
2269 panic("unsupported modtype %u", modtype); in bwi_mac_set_ackrates()
8662 enum bwi_modtype modtype; in bwi_plcp_header() local
8668 modtype = bwi_rate2modtype(rate); in bwi_plcp_header()
8669 if (modtype == IEEE80211_MODTYPE_OFDM) in bwi_plcp_header()
8671 else if (modtype == IEEE80211_MODTYPE_DS) in bwi_plcp_header()
8674 panic("unsupported modulation type %u", modtype); in bwi_plcp_header()
8695 enum bwi_modtype modtype; in bwi_ack_rate() local
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Daix.em79 static unsigned short modtype = ('1' << 8) | 'L';
435 modtype = (*optarg << 8) | optarg[1];
672 modtype, textro ? TRUE : FALSE, unix_ld, special_sections,
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Daix.em80 static unsigned short modtype = ('1' << 8) | 'L';
436 modtype = (*optarg << 8) | optarg[1];
673 modtype, textro ? TRUE : FALSE, unix_ld, special_sections,