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

  /toolchain/binutils/binutils-2.27/include/aout/
encap.h 118 The _N_HDROFF gets sizeof struct exec added to it, so we have
121 #undef _N_HDROFF
125 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
hp.h 78 #undef _N_HDROFF
79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
hp300hpux.h 104 #undef _N_HDROFF
105 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
  /bionic/libc/kernel/uapi/linux/
a.out.h 68 #define _N_HDROFF(x) (1024 - sizeof(struct exec))
70 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof(struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof(struct exec)))
  /external/kernel-headers/original/uapi/linux/
a.out.h 83 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
87 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 89 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
91 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 85 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
88 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 89 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
91 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 89 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
91 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 89 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
91 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 85 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
88 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 65 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
67 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 82 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
86 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 89 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
91 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 89 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
91 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 177 #ifndef _N_HDROFF
178 #define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec))
183 _N_HDROFF((x)) + sizeof (struct exec) : \

Completed in 1709 milliseconds