HomeSort by relevance Sort by last modified time
    Searched defs:EF_MIPS_ABI2 (Results 1 - 11 of 11) sorted by null

  /bionic/libc/arch-mips/include/machine/
exec.h 103 #define EF_MIPS_ABI2 0x00000020 /* -n32 on Irix 6 */
elf_machdep.h 130 #define EF_MIPS_ABI2 0x00000020 /* N32 */
  /bionic/libc/arch-mips64/include/machine/
exec.h 103 #define EF_MIPS_ABI2 0x00000020 /* -n32 on Irix 6 */
elf_machdep.h 130 #define EF_MIPS_ABI2 0x00000020 /* N32 */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 103 #define EF_MIPS_ABI2 0x00000020 /* -n32 on Irix 6 */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
exec.h 103 #define EF_MIPS_ABI2 0x00000020 /* -n32 on Irix 6 */
elf_machdep.h 130 #define EF_MIPS_ABI2 0x00000020 /* N32 */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
exec.h 103 #define EF_MIPS_ABI2 0x00000020 /* -n32 on Irix 6 */
elf_machdep.h 130 #define EF_MIPS_ABI2 0x00000020 /* N32 */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 42 #define EF_MIPS_ABI2 0x00000020
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/elfutils/0.153/libelf/
elf.h     [all...]

Completed in 103 milliseconds