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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /external/grub/stage2/
imgact_aout.h 110 (N_RELOFF(ex) + (ex).a_trsize + (ex).a_drsize)
129 unsigned long a_trsize; /* text relocation size */ member in struct:exec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 16 unsigned int a_trsize;/* Length of relocation info for text, in bytes. */ member in struct:exec
59 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 16 unsigned int a_trsize;/* Length of relocation info for text, in bytes. */ member in struct:exec
59 #define N_TRSIZE(a) ((a).a_trsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 16 unsigned int a_trsize;/* Length of relocation info for text, in bytes. */ member in struct:exec
59 #define N_TRSIZE(a) ((a).a_trsize)
  /external/qemu/
loader.c 172 uint32_t a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
185 bswap32s(&e->a_trsize);

Completed in 1175 milliseconds

12