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

1 2

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp 55 val |= llvm::ELF::EF_MIPS_ARCH_32R2 | llvm::ELF::EF_MIPS_ABI_O32;
  /art/runtime/
elf_utils.h 29 #define EF_MIPS_ABI_O32 0x00001000
elf.h 817 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI
    [all...]
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 148 #define EF_MIPS_ABI_O32 0x00001000
  /bionic/libc/arch-mips64/include/machine/
elf_machdep.h 148 #define EF_MIPS_ABI_O32 0x00001000
  /development/ndk/platforms/android-L/arch-mips/include/machine/
elf_machdep.h 148 #define EF_MIPS_ABI_O32 0x00001000
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
elf_machdep.h 148 #define EF_MIPS_ABI_O32 0x00001000
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
elf_machdep.h 148 #define EF_MIPS_ABI_O32 0x00001000
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/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; })
  /prebuilts/ndk/9/platforms/android-12/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/9/platforms/android-13/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/9/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/9/platforms/android-15/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/9/platforms/android-16/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/9/platforms/android-17/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/9/platforms/android-18/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/9/platforms/android-19/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/9/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/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 288 EFlags |= ELF::EF_MIPS_ABI_O32;
298 EFlags |= ELF::EF_MIPS_ABI_O32;
  /external/llvm/lib/Object/
ELFYAML.cpp 267 BCase(EF_MIPS_ABI_O32)
  /external/qemu/include/
elf.h 47 #define EF_MIPS_ABI_O32 0x00001000 /* O32 ABI. */
    [all...]
  /art/compiler/
elf_writer_quick.cc     [all...]

Completed in 1012 milliseconds

1 2