Searched refs:cputype (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/usr.sbin/eeprom/ |
| D | main.c | 221 int cputype; in getcputype() local 225 len = sizeof(cputype); in getcputype() 226 if (sysctl(mib, 2, &cputype, &len, NULL, 0) < 0) in getcputype() 229 return (cputype); in getcputype()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | mach-o.c | 296 bfd_h_put_32 (abfd, header->cputype, buf + 4); in bfd_mach_o_write_header() 619 header->cputype = (*get32) (buf + 4); in bfd_mach_o_read_header() 1118 switch (mdata->header.cputype) in bfd_mach_o_scan_read_thread() 1456 if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_I386) in bfd_mach_o_scan_start_address() 1469 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_POWERPC) in bfd_mach_o_scan_start_address() 1492 enum bfd_architecture cputype; in bfd_mach_o_scan() local 1502 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype, in bfd_mach_o_scan() 1503 &cputype, &cpusubtype); in bfd_mach_o_scan() 1504 if (cputype == bfd_arch_unknown) in bfd_mach_o_scan() 1507 header->cputype, header->cpusubtype); in bfd_mach_o_scan() [all …]
|
| D | pef.c | 510 enum bfd_architecture cputype; local 515 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype); 516 if (cputype == bfd_arch_unknown) 522 bfd_set_arch_mach (abfd, cputype, cpusubtype);
|
| D | coffcode.h | 1826 xcoff->cputype = internal_a->o_cputype; in coff_mkobject_hook() 2032 int cputype; in coff_set_arch_mach_hook() local 2034 if (xcoff_data (abfd)->cputype != -1) in coff_set_arch_mach_hook() 2035 cputype = xcoff_data (abfd)->cputype & 0xff; in coff_set_arch_mach_hook() 2043 cputype = 0; in coff_set_arch_mach_hook() 2059 cputype = sym.n_type & 0xff; in coff_set_arch_mach_hook() 2061 cputype = 0; in coff_set_arch_mach_hook() 2067 switch (cputype) in coff_set_arch_mach_hook() 4035 if (xcoff_data (abfd)->cputype != -1) in coff_write_object_contents() 4036 internal_a.o_cputype = xcoff_data (abfd)->cputype; in coff_write_object_contents()
|
| D | mach-o.h | 179 unsigned long cputype; member
|
| D | libcoff-in.h | 157 short cputype; member
|
| D | libcoff.h | 161 short cputype; member
|
| D | coff64-rs6000.c | 1035 if (xcoff_data (abfd)->cputype != -1) 1036 internal_a.o_cputype = xcoff_data (abfd)->cputype;
|
| D | coff-rs6000.c | 267 xcoff_data (abfd)->cputype = -1; 317 ox->cputype = ix->cputype;
|
| /mirbsd/src/sys/arch/sparc/include/ |
| D | kcore.h | 49 int cputype; /* CPU type associated with this dump */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-a29k.texi | 130 @cindex @code{cputype} directive, AMD 29K 131 @item .cputype
|
| /mirbsd/src/lib/libkvm/ |
| D | kvm_sparc.c | 99 switch (cputyp = cpup->cputype) { in _kvm_initvtop()
|
| /mirbsd/src/gnu/share/ |
| D | config.guess | 1266 if test "$cputype" = "386"; then 1269 UNAME_MACHINE="$cputype"
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | pmap.c | 6472 kcpup->cputype = cputyp;
|
| /mirbsd/src/usr.bin/host/ |
| D | host.c | 507 char cputype[MAXSTRING+1]; /* machine description */ member
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Configure | 56 if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then
|