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

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
a.out.h 86 #ifndef N_TRELOFF
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
91 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
a.out.h 86 #ifndef N_TRELOFF
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
91 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
a.out.h 86 #ifndef N_TRELOFF
87 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
91 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))

Completed in 290 milliseconds

1 23