HomeSort by relevance Sort by last modified time
    Searched refs:EF_MIPS_ABI_O32 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 59 EFlags |= ELF::EF_MIPS_ABI_O32;
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 148 #define EF_MIPS_ABI_O32 0x00001000
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 32 #define EF_MIPS_ABI_O32 0x00001000
189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 32 #define EF_MIPS_ABI_O32 0x00001000
189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 32 #define EF_MIPS_ABI_O32 0x00001000
189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /external/llvm/include/llvm/Support/
ELF.h 744 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI
    [all...]
  /external/qemu/
elf.h 47 #define EF_MIPS_ABI_O32 0x00001000 /* O32 ABI. */
    [all...]

Completed in 27 milliseconds