Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/usr.sbin/eeprom/
Dmain.c221 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/
Dmach-o.c296 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 …]
Dpef.c510 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);
Dcoffcode.h1826 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()
Dmach-o.h179 unsigned long cputype; member
Dlibcoff-in.h157 short cputype; member
Dlibcoff.h161 short cputype; member
Dcoff64-rs6000.c1035 if (xcoff_data (abfd)->cputype != -1)
1036 internal_a.o_cputype = xcoff_data (abfd)->cputype;
Dcoff-rs6000.c267 xcoff_data (abfd)->cputype = -1;
317 ox->cputype = ix->cputype;
/mirbsd/src/sys/arch/sparc/include/
Dkcore.h49 int cputype; /* CPU type associated with this dump */ member
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-a29k.texi130 @cindex @code{cputype} directive, AMD 29K
131 @item .cputype
/mirbsd/src/lib/libkvm/
Dkvm_sparc.c99 switch (cputyp = cpup->cputype) { in _kvm_initvtop()
/mirbsd/src/gnu/share/
Dconfig.guess1266 if test "$cputype" = "386"; then
1269 UNAME_MACHINE="$cputype"
/mirbsd/src/sys/arch/sparc/sparc/
Dpmap.c6472 kcpup->cputype = cputyp;
/mirbsd/src/usr.bin/host/
Dhost.c507 char cputype[MAXSTRING+1]; /* machine description */ member
/mirbsd/src/gnu/usr.bin/perl/
DConfigure56 if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then