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

  /bionic/libc/kernel/common/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /development/ndk/platforms/android-3/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /external/kernel-headers/original/linux/
a.out.h 88 #if !defined (N_DATOFF)
89 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
93 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h 97 #if !defined (N_DATOFF)
98 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
102 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
a.out.h 88 #if !defined (N_DATOFF)
89 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
93 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/linux/
a.out.h 97 #if !defined (N_DATOFF)
98 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
102 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
a.out.h 82 #ifndef N_DATOFF
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
  /external/grub/stage2/
imgact_aout.h 101 #define N_DATOFF(ex) \
106 N_ALIGN(ex, N_DATOFF(ex) + (ex).a_data)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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)

Completed in 28 milliseconds