HomeSort by relevance Sort by last modified time
    Searched refs:elf_check_arch (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
elf.h 45 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /development/ndk/platforms/android-3/arch-arm/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /external/kernel-headers/original/asm-arm/
elf.h 37 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
  /external/kernel-headers/original/asm-mips/
elf.h 181 #define elf_check_arch(hdr) \ macro
210 #define elf_check_arch(hdr) \ macro
  /external/kernel-headers/original/asm-x86/
elf.h 85 #define elf_check_arch(x) \ macro
137 #define elf_check_arch(x) \ macro
  /bionic/libc/kernel/arch-mips/asm/
elf.h 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; }) macro

Completed in 171 milliseconds