HomeSort by: relevance | last modified time | path
    Searched defs:cpu_subtype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 634 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer)
637 switch (cpu_subtype & BFD_MACH_O_CPU_SUBTYPE_MASK)
647 cpu_subtype &= ~ BFD_MACH_O_CPU_SUBTYPE_MASK;
653 switch (cpu_subtype)
663 switch (cpu_subtype)
683 switch (cpu_subtype)
698 if (cpu_subtype != 0)
5238 unsigned long cpu_subtype; local
5262 &cpu_type, &cpu_subtype);
5272 bfd_set_arch_mach (abfd, cpu_type, cpu_subtype);
5768 unsigned long cpu_subtype; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 632 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer)
635 switch (cpu_subtype & BFD_MACH_O_CPU_SUBTYPE_MASK)
645 cpu_subtype &= ~ BFD_MACH_O_CPU_SUBTYPE_MASK;
651 switch (cpu_subtype)
661 switch (cpu_subtype)
681 switch (cpu_subtype)
696 if (cpu_subtype != 0)
5237 unsigned long cpu_subtype; local
5261 &cpu_type, &cpu_subtype);
5271 bfd_set_arch_mach (abfd, cpu_type, cpu_subtype);
5767 unsigned long cpu_subtype; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 630 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer)
633 switch (cpu_subtype & BFD_MACH_O_CPU_SUBTYPE_MASK)
643 cpu_subtype &= ~ BFD_MACH_O_CPU_SUBTYPE_MASK;
649 switch (cpu_subtype)
659 switch (cpu_subtype)
679 switch (cpu_subtype)
694 if (cpu_subtype != 0)
5235 unsigned long cpu_subtype; local
5259 &cpu_type, &cpu_subtype);
5269 bfd_set_arch_mach (abfd, cpu_type, cpu_subtype);
5765 unsigned long cpu_subtype; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 630 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer)
633 switch (cpu_subtype & BFD_MACH_O_CPU_SUBTYPE_MASK)
643 cpu_subtype &= ~ BFD_MACH_O_CPU_SUBTYPE_MASK;
649 switch (cpu_subtype)
659 switch (cpu_subtype)
679 switch (cpu_subtype)
694 if (cpu_subtype != 0)
5243 unsigned long cpu_subtype; local
5269 &cpu_type, &cpu_subtype);
5279 bfd_set_arch_mach (abfd, cpu_type, cpu_subtype);
5764 unsigned long cpu_subtype; local
    [all...]

Completed in 37 milliseconds