HomeSort by: relevance | last modified time | path
    Searched defs:cputype (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sys/arch/sparc/include/
kcore.h 42 int cputype; /* CPU type associated with this dump */ member in struct:cpu_kcore_hdr
  /src/sys/arch/sun3/sun3x/
locore2.c 74 int cputype = CPU_68030; variable
  /src/sys/arch/sparc64/include/
kcore.h 44 int cputype; /* CPU type associated with this dump */ member in struct:cpu_kcore_hdr
  /src/sys/arch/sun2/sun2/
locore2.c 77 int cputype = CPU_68010; variable
  /src/sys/arch/sun3/sun3/
locore2.c 82 int cputype = CPU_68020; variable
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversal.cpp 71 uint32_t cputype; local
74 cputype = Header.cputype;
77 cputype = Header64.cputype;
81 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index);
172 Err = malformedError("offset plus size of cputype (" +
181 ") too large for cputype (" + Twine(A.getCPUType()) +
189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +
195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ")
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
tosdefs.h 94 #define cputype kp.bootflags macro
  /src/lib/libkvm/
kvm_sparc.c 94 int cputype; /* CPU type associated with this dump */ member in struct:sparc64_cpu_kcore_hdr
128 switch (cputyp = cpup->cputype) {
  /src/sys/arch/aarch64/aarch64/
cpufunc.c 45 u_int cputype; /* compat arm */ variable
  /src/sys/arch/shark/stand/ofwboot/
Locore.c 89 u_int cputype = cpufunc_id() & CPU_ID_CPU_MASK; local
98 if (cputype == CPU_ID_SA110 || cputype == CPU_ID_SA1100 ||
99 cputype == CPU_ID_SA1110) {
105 cputype);
  /src/sys/arch/vax/include/
sid.h 34 #define cputype vax_cputype macro
  /src/sys/arch/atari/atari/
atari_init.c 123 int machineid, mmutype, cputype; variable
629 if (cputype == CPU_68060) {
1304 switch (cputype) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 63 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FileHeader
143 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FatArch
  /src/sys/arch/alpha/alpha/
machdep.c 158 int cputype; /* system type, from the RPB */ variable
463 * cputype has been initialized in init_prom_interface().
467 c = platform_lookup(cputype);
492 if (cputype != ST_DEC_21000)
  /src/sys/arch/arm/arm/
cpufunc.c 1308 u_int cputype; variable
1623 if (cputype == 0) {
1624 cputype = cpufunc_id();
1625 cputype &= CPU_ID_CPU_MASK;
1633 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1634 (cputype & 0x00000f00) == 0x00000600) {
1642 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1643 CPU_ID_IS7(cputype) &&
1644 (cputype & CPU_ID_7ARCH_MASK) == CPU_ID_7ARCH_V3) {
1652 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
pef.c 525 enum bfd_architecture cputype; local
530 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
531 if (cputype == bfd_arch_unknown)
537 bfd_set_arch_mach (abfd, cputype, cpusubtype);
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
810 ret->cputype = omr->cputype;
841 || to->cputype != from->cputype)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pef.c 526 enum bfd_architecture cputype; local
531 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
532 if (cputype == bfd_arch_unknown)
538 bfd_set_arch_mach (abfd, cputype, cpusubtype);
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pef.c 526 enum bfd_architecture cputype; local
531 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
532 if (cputype == bfd_arch_unknown)
538 bfd_set_arch_mach (abfd, cputype, cpusubtype);
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pef.c 522 enum bfd_architecture cputype; local
527 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
528 if (cputype == bfd_arch_unknown)
534 bfd_set_arch_mach (abfd, cputype, cpusubtype);
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
    [all...]

Completed in 154 milliseconds

1 2 3