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

  /toolchain/binutils/binutils-2.27/include/aout/
dynix3.h 73 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x)->a_shdata)
74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
hp300hpux.h 111 #undef N_TRELOFF
119 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + (x)->a_supsize*/ )
120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
adobe.h 95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x)->a_data )
96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
aout64.h 241 #ifndef N_TRELOFF
242 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
245 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
  /bionic/libc/kernel/uapi/linux/
a.out.h 75 #ifndef N_TRELOFF
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /external/kernel-headers/original/uapi/linux/
a.out.h 95 #if !defined (N_TRELOFF)
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
100 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 98 #ifndef N_TRELOFF
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
103 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 95 #ifndef N_TRELOFF
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
100 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 98 #ifndef N_TRELOFF
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
103 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /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 98 #ifndef N_TRELOFF
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
103 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 98 #ifndef N_TRELOFF
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
103 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 95 #ifndef N_TRELOFF
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
100 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
71 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 94 #if !defined (N_TRELOFF)
95 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
99 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 98 #ifndef N_TRELOFF
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
103 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /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 98 #ifndef N_TRELOFF
99 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
103 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /toolchain/binutils/binutils-2.27/include/
bout.h 94 #define N_TRELOFF N_TROFF
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 191 #ifndef N_TRELOFF
192 #define N_TRELOFF(x) ( N_DATOFF(x) + (x)->a_data )
196 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
  /toolchain/binutils/binutils-2.27/bfd/
pdp11.c 115 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
116 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
337 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0
571 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
    [all...]

Completed in 263 milliseconds