OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_MIPS_ABI_O32
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp
63
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; })
/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; })
/art/compiler/
elf_writer_quick.cc
323
llvm::ELF::
EF_MIPS_ABI_O32
|
/external/llvm/include/llvm/Support/
ELF.h
807
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 37 milliseconds