HomeSort by relevance Sort by last modified time
    Searched defs:a_drsize (Results 1 - 19 of 19) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /bionic/libc/kernel/arch-x86/asm/
a.out.h 24 unsigned a_drsize; member in struct:exec
28 #define N_DRSIZE(a) ((a).a_drsize)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
a.out.h 24 unsigned a_drsize; member in struct:exec
28 #define N_DRSIZE(a) ((a).a_drsize)
  /external/kernel-headers/original/asm-x86/
a.out.h 13 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
17 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
a.out.h 13 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
17 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
a.out.h 24 unsigned a_drsize; member in struct:exec
28 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
a.out.h 24 unsigned a_drsize; member in struct:exec
28 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
a.out.h 24 unsigned a_drsize; member in struct:exec
28 #define N_DRSIZE(a) ((a).a_drsize)
  /external/kernel-headers/original/asm-arm/
a.out.h 16 __u32 a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
25 #define N_DRSIZE(a) ((a).a_drsize)
  /external/grub/stage2/
imgact_aout.h 110 (N_RELOFF(ex) + (ex).a_trsize + (ex).a_drsize)
130 unsigned long a_drsize; /* data relocation size */ member in struct:exec
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 17 unsigned int a_drsize;/* Length of relocation info for data, in bytes. */ member in struct:exec
60 #define N_DRSIZE(a) ((a).a_drsize)
  /external/qemu/
loader.c 173 uint32_t a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
186 bswap32s(&e->a_drsize);

Completed in 475 milliseconds