/openbsd/sys/arch/luna88k/stand/boot/ |
H A D | init_main.c | 115 int machtype; variable 154 machtype = LUNA_88K2; in main() 156 machtype = LUNA_88K; in main() 161 if (machtype == LUNA_88K) { in main() 214 if (machtype == LUNA_88K) { in get_nvram_data() 230 } else if (machtype == LUNA_88K2) { in get_nvram_data()
|
H A D | samachdep.h | 82 extern int machtype;
|
H A D | getsecs.c | 139 if (machtype == LUNA_88K) { in getsecs()
|
H A D | if_le.c | 235 switch (machtype) { in myetheraddr()
|
H A D | sc.c | 118 if (unit != 0 && machtype != LUNA_88K2) in scinit()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | sparclynx.c | 71 NAME(lynx,set_arch_mach) (abfd, machtype) 73 unsigned long machtype; variable 79 switch (machtype)
|
H A D | netbsd.h | 46 #define N_SET_MACHTYPE(exec, machtype) \ argument 48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
|
H A D | freebsd.h | 47 #define N_SET_MACHTYPE(exec, machtype) \ argument 49 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
|
H A D | mipsbsd.c | 51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype)); 81 MY(set_arch_mach) (abfd, machtype) 83 unsigned long machtype; variable 89 switch (machtype)
|
H A D | libaout.h | 328 # define N_SET_MACHTYPE(exec, machtype) \ argument 330 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|
H A D | aoutf1.h | 98 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) in sunos_set_arch_mach() argument 104 switch (machtype) in sunos_set_arch_mach()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | sparclynx.c | 81 NAME(lynx,set_arch_mach) (abfd, machtype) 83 unsigned long machtype; variable 89 switch (machtype)
|
H A D | netbsd.h | 46 #define N_SET_MACHTYPE(exec, machtype) \ argument 48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype))&0x3ff) << 16))
|
H A D | freebsd.h | 47 #define N_SET_MACHTYPE(exec, machtype) \ argument 49 ((exec).a_info & 0xfb00ffff) | ((((int)(machtype))&0x3ff) << 16))
|
H A D | mipsbsd.c | 51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype)); 81 MY(set_arch_mach) (abfd, machtype) 83 unsigned long machtype; variable 89 switch (machtype)
|
H A D | aoutf1.h | 124 sunos_set_arch_mach (abfd, machtype) in sunos_set_arch_mach() argument 126 enum machine_type machtype; 131 switch (machtype)
|
H A D | libaout.h | 331 # define N_SET_MACHTYPE(exec, machtype) \ argument 333 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/ |
H A D | hp.h | 65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
|
/openbsd/gnu/usr.bin/binutils/include/aout/ |
H A D | hp.h | 65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
|
/openbsd/sys/arch/luna88k/luna88k/ |
H A D | mainbus.c | 100 extern int machtype; 119 if (devs[i].ma_machine & machtype)
|
H A D | machdep.c | 189 int machtype = LUNA_88K; /* may be overwritten in cpu_startup() */ variable 277 switch(machtype) { in getcpuspeed() 293 machtype == LUNA_88K2 ? "2" : "", cpuspeed); in identifycpu() 304 machtype = LUNA_88K2; in cpu_startup() 1114 if (machtype == LUNA_88K) { in get_nvram_data() 1130 } else if (machtype == LUNA_88K2) { in get_nvram_data()
|
/openbsd/sys/arch/luna88k/dev/ |
H A D | if_le.c | 172 extern int machtype; 181 switch (machtype) { in myetheraddr()
|
H A D | timekeeper.c | 98 extern int machtype; /* in machdep.c */ 107 switch (machtype) { in clock_attach()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | aout_gnu.h | 140 #define N_SET_MACHTYPE(exec, machtype) \ argument 142 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | aout_gnu.h | 140 #define N_SET_MACHTYPE(exec, machtype) \ argument 142 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|