HomeSort by relevance Sort by last modified time
    Searched defs:a_trsize (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
a.out.h 31 unsigned a_trsize; member in struct:exec
35 #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)
  /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 2131 milliseconds

1 23