HomeSort by relevance Sort by last modified time
    Searched refs:EM_MIPS (Results 26 - 48 of 48) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 150 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 150 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 209 : MCELFObjectTargetWriter(_is64Bit, OSABI, ELF::EM_MIPS,
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 357 return Doc.Header.Machine == ELFYAML::ELF_EM(llvm::ELF::EM_MIPS) &&
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 135 EM_MIPS = 8, // MIPS R3000
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 215 : MCELFObjectTargetWriter(Is64, OSABI, ELF::EM_MIPS, HasRelocationAddend) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 914 if (OWriter.TargetObjectWriter->getEMachine() == ELF::EM_MIPS) {
938 if (OWriter.TargetObjectWriter->getEMachine() == ELF::EM_MIPS) {
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 138 EM_MIPS = 8, // MIPS R3000
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 137 EM_MIPS = 8, // MIPS R3000
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 128 return getHeader()->e_machine == ELF::EM_MIPS &&
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 474 return Doc.Header.Machine == ELFYAML::ELF_EM(llvm::ELF::EM_MIPS) &&
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 135 EM_MIPS = 8, // MIPS R3000
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
elf_header.s 103 # ALL-NEXT: Machine: EM_MIPS
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 76 #define ELF_ARCH EM_MIPS
    [all...]
  /art/runtime/
elf_file.cc     [all...]
  /external/kmod/port-gnu/
elf.h 181 #define EM_MIPS 8 /* MIPS R3000 big-endian */
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 591 case ELF::EM_MIPS:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/elfutils/libelf/
elf.h 183 #define EM_MIPS 8 /* MIPS R3000 big-endian */
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 477 EM_MIPS = 8
    [all...]
  /external/elfutils/src/
elflint.c 322 EM_M32, EM_SPARC, EM_386, EM_68K, EM_88K, EM_860, EM_MIPS, EM_S370,
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 382 assert(sizeof(void*) == 4 && elfHeader->e_machine == EM_MIPS);
    [all...]

Completed in 867 milliseconds

12