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

12

  /prebuilts/ndk/android-ndk-r7/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)
  /prebuilts/ndk/android-ndk-r7/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)
  /prebuilts/ndk/android-ndk-r7/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)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
a.out.h 27 __u32 a_drsize; member in struct:exec
33 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilts/ndk/android-ndk-r7/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
  /prebuilts/gcc/linux-x86/host/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 502 milliseconds

12