Home
last modified time | relevance | path

Searched refs:ARCH_ELFSIZE (Results 1 – 18 of 18) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/machine/
Dexec.h45 #define ARCH_ELFSIZE 64 macro
49 #define ARCH_ELFSIZE 32 macro
/development/ndk/platforms/android-L/arch-mips64/include/machine/
Dexec.h45 #define ARCH_ELFSIZE 64 macro
49 #define ARCH_ELFSIZE 32 macro
Delf_machdep.h7 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
9 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/development/ndk/platforms/android-L/arch-mips/include/machine/
Dexec.h45 #define ARCH_ELFSIZE 64 macro
49 #define ARCH_ELFSIZE 32 macro
Delf_machdep.h7 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
9 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/development/ndk/platforms/android-L/arch-x86_64/include/machine/
Dexec.h11 #define ARCH_ELFSIZE 64 macro
Delf_machdep.h18 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
/development/ndk/platforms/android-9/arch-x86/include/machine/
Dexec.h38 #define ARCH_ELFSIZE 32 macro
/development/ndk/platforms/android-3/arch-arm/include/machine/
Dexec.h38 #define ARCH_ELFSIZE 32 macro
/development/ndk/platforms/android-L/arch-arm64/include/machine/
Dexec.h38 #define ARCH_ELFSIZE 64 macro
Delf_machdep.h44 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
/development/ndk/platforms/android-L/arch-x86/include/machine/
Dexec.h38 #define ARCH_ELFSIZE 32 macro
Delf_machdep.h15 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/development/ndk/platforms/android-L/arch-arm/include/machine/
Dexec.h38 #define ARCH_ELFSIZE 32 macro
Delf_machdep.h43 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/development/ndk/platforms/android-L/arch-x86_64/include/i386/
Delf_machdep.h15 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/development/ndk/platforms/android-L/arch-x86/include/i386/
Delf_machdep.h15 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/development/ndk/platforms/android-3/include/sys/
Dexec_elf.h531 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)
532 #define ELFSIZE ARCH_ELFSIZE