HomeSort by relevance Sort by last modified time
    Searched full:a_syms (Results 51 - 75 of 75) sorted by null

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
a.out.h 14 unsigned int a_syms; /* Length of symbol table data in file, in bytes. */ member in struct:exec
61 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 14 unsigned int a_syms; /* Length of symbol table data in file, in bytes. */ member in struct:exec
61 #define N_SYMSIZE(a) ((a).a_syms)
  /development/ndk/platforms/android-3/header-patches/
headers.patch 6 #define N_SYMSIZE(a) ((a).a_syms)
  /external/qemu/hw/core/
loader.c 171 uint32_t a_syms; /* length of symbol table data in file, in bytes */ member in struct:exec
184 bswap32s(&e->a_syms);

Completed in 917 milliseconds

1 23