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

  /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))

Completed in 77 milliseconds