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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 868 static unsigned short mach_obfd = EM_NONE; local
917 if (mach_obfd == EM_NONE)
919 mach_obfd = mach_ibfd;
923 if (mach_ibfd != mach_obfd)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 862 static unsigned short mach_obfd = EM_NONE; local
912 if (mach_obfd == EM_NONE)
914 mach_obfd = mach_ibfd;
918 if (mach_ibfd != mach_obfd)
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 862 static unsigned short mach_obfd = EM_NONE; local
912 if (mach_obfd == EM_NONE)
914 mach_obfd = mach_ibfd;
918 if (mach_ibfd != mach_obfd)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 863 static unsigned short mach_obfd = EM_NONE; local
913 if (mach_obfd == EM_NONE)
915 mach_obfd = mach_ibfd;
919 if (mach_ibfd != mach_obfd)

Completed in 31 milliseconds