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

  /bionic/libc/kernel/arch-x86/asm/
a.out.h 23 unsigned a_trsize; member in struct:exec
27 #define N_TRSIZE(a) ((a).a_trsize)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
a.out.h 23 unsigned a_trsize; member in struct:exec
27 #define N_TRSIZE(a) ((a).a_trsize)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
a.out.h 23 unsigned a_trsize; member in struct:exec
27 #define N_TRSIZE(a) ((a).a_trsize)
  /external/kernel-headers/original/asm-x86/
a.out.h 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
16 #define N_TRSIZE(a) ((a).a_trsize)
  /bionic/libc/kernel/arch-arm/asm/
a.out.h 26 __u32 a_trsize; member in struct:exec
32 #define N_TRSIZE(a) ((a).a_trsize)
  /external/kernel-headers/original/asm-arm/
a.out.h 15 __u32 a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
24 #define N_TRSIZE(a) ((a).a_trsize)
  /ndk/build/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)
  /ndk/build/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)
  /ndk/build/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)
  /ndk/build/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)
  /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
  /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 2069 milliseconds