HomeSort by relevance Sort by last modified time
    Searched refs:EM_MIPS (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 14 case EM_MIPS: \
17 #define ELF32_MACHDEP_ID EM_MIPS
20 case EM_MIPS: \
23 #define ELF64_MACHDEP_ID EM_MIPS
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 34 uint32_t machine() const { return llvm::ELF::EM_MIPS; }
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionProgBits.h 50 case EM_MIPS:
  /bionic/libc/kernel/common/linux/
audit.h 295 #define AUDIT_ARCH_MIPS (EM_MIPS)
296 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
297 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
299 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFHeader.cpp 87 case EM_MIPS: return "MIPS";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h 278 #define AUDIT_ARCH_MIPS (EM_MIPS)
279 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
280 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
281 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h 278 #define AUDIT_ARCH_MIPS (EM_MIPS)
279 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
280 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
281 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h 278 #define AUDIT_ARCH_MIPS (EM_MIPS)
279 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
280 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
281 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
exec.h 59 #define ELF_TARG_MACH EM_MIPS
  /external/valgrind/main/coregrind/
pub_core_machine.h 86 # define VG_ELF_MACHINE EM_MIPS
launcher-linux.c 183 if (ehdr->e_machine == EM_MIPS &&
196 if (ehdr->e_machine == EM_MIPS &&
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionRelTable.hxx 114 case EM_MIPS:
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 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; })
197 #define ELF_ARCH EM_MIPS
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 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; })
197 #define ELF_ARCH EM_MIPS
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 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; })
197 #define ELF_ARCH EM_MIPS
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
elf.h 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; })
197 #define ELF_ARCH EM_MIPS
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
elf.h 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; })
197 #define ELF_ARCH EM_MIPS
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
elf.h 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; })
197 #define ELF_ARCH EM_MIPS
  /external/elfutils/tests/
saridx.c 48 MACHINE (EM_MIPS),

Completed in 1688 milliseconds

1 23 4 5 6