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

1 23

  /external/grub/stage2/
imgact_aout.h 101 #define N_DATOFF(ex) \
106 N_ALIGN(ex, N_DATOFF(ex) + (ex).a_data)
  /prebuilts/gcc/linux-x86/host/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/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 747 milliseconds

1 23