OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EF_MIPS_ABI_O32
(Results
1 - 9
of
9
) sorted by null
/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; })
/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-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-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/qemu/
elf.h
47
#define
EF_MIPS_ABI_O32
0x00001000 /* O32 ABI. */
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
807
EF_MIPS_ABI_O32
= 0x00001000, // This file follows the first MIPS 32 bit ABI
[
all
...]
Completed in 906 milliseconds