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

  /toolchain/binutils/binutils-2.27/include/aout/
dynix3.h 71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
72 #define N_SHDATOFF(x) (N_DATOFF(x) + (x)->a_data)
hp300hpux.h 107 #undef N_DATOFF
115 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
116 #define N_PASOFF(x) ( N_DATOFF(x) + (x)->a_data)
125 #define N_GNU_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
adobe.h 94 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x)->a_data )
aout64.h 238 #ifndef N_DATOFF
239 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
242 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
  /bionic/libc/kernel/uapi/linux/
a.out.h 72 #ifndef N_DATOFF
73 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /external/kernel-headers/original/uapi/linux/
a.out.h 91 #if !defined (N_DATOFF)
92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 94 #ifndef N_DATOFF
95 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 91 #ifndef N_DATOFF
92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 94 #ifndef N_DATOFF
95 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /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 94 #ifndef N_DATOFF
95 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 94 #ifndef N_DATOFF
95 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 91 #ifndef N_DATOFF
92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 69 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 90 #if !defined (N_DATOFF)
91 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
95 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 94 #ifndef N_DATOFF
95 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /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 94 #ifndef N_DATOFF
95 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /toolchain/binutils/binutils-2.27/include/
bout.h 92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
93 #define N_TROFF(x) ( N_DATOFF(x) + (x)->a_data )
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 187 #ifndef N_DATOFF
188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
192 #define N_TRELOFF(x) ( N_DATOFF(x) + (x)->a_data )
  /toolchain/binutils/binutils-2.27/bfd/
pdp11.c 114 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text)
115 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
568 obj_datasec (abfd)->filepos = N_DATOFF (execp);
    [all...]

Completed in 636 milliseconds