OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EF_MIPS_ABI2
(Results
1 - 20
of
20
) 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 */
/development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h
103
#define
EF_MIPS_ABI2
0x00000020 /* -n32 on Irix 6 */
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h
103
#define
EF_MIPS_ABI2
0x00000020 /* -n32 on Irix 6 */
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h
103
#define
EF_MIPS_ABI2
0x00000020 /* -n32 on Irix 6 */
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
exec.h
103
#define
EF_MIPS_ABI2
0x00000020 /* -n32 on Irix 6 */
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
exec.h
103
#define
EF_MIPS_ABI2
0x00000020 /* -n32 on Irix 6 */
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
exec.h
103
#define
EF_MIPS_ABI2
0x00000020 /* -n32 on Irix 6 */
/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; })
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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; })
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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; })
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/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; })
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/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; })
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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/qemu/
elf.h
53
#define
EF_MIPS_ABI2
0x00000020
[
all
...]
/external/elfutils/libelf/
elf.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
[
all
...]
/external/valgrind/main/perf/
tinycc.c
[
all
...]
Completed in 1078 milliseconds