Searched refs:modtype (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | libcoff-in.h | 154 short modtype; member
|
| H A D | libcoff.h | 158 short modtype; member
|
| H A D | coff-rs6000.c | 259 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; 312 ox->modtype = ix->modtype;
|
| H A D | coffcode.h | 1825 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 D | xcofflink.c | 2970 int modtype, in bfd_xcoff_size_dynamic_sections() argument 3009 xcoff_data (output_bfd)->modtype = modtype; in bfd_xcoff_size_dynamic_sections()
|
| H A D | coff64-rs6000.c | 1034 internal_a.o_modtype = xcoff_data (abfd)->modtype;
|
| H A D | ChangeLog-9495 | 1112 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | libcoff-in.h | 157 short modtype; member
|
| H A D | libcoff.h | 161 short modtype; member
|
| H A D | coff-rs6000.c | 259 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; 312 ox->modtype = ix->modtype;
|
| H A D | xcofflink.c | 2820 modtype, textro, export_defineds, in bfd_xcoff_size_dynamic_sections() argument 2830 int modtype; 2869 xcoff_data (output_bfd)->modtype = modtype;
|
| H A D | coffcode.h | 1853 xcoff->modtype = internal_a->o_modtype; 4204 internal_a.o_modtype = xcoff_data (abfd)->modtype;
|
| H A D | coff64-rs6000.c | 1035 internal_a.o_modtype = xcoff_data (abfd)->modtype;
|
| H A D | ChangeLog-9495 | 1112 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
|
| /openbsd-src/sys/dev/ic/ |
| H A D | bwi.c | 2253 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 D | aix.em | 79 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 D | aix.em | 80 static unsigned short modtype = ('1' << 8) | 'L'; 436 modtype = (*optarg << 8) | optarg[1]; 673 modtype, textro ? TRUE : FALSE, unix_ld, special_sections,
|