Searched refs:N_TRELOFF (Results 1 – 4 of 4) sorted by relevance
84 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data + (x).a_shdata) macro152 #if !defined (N_TRELOFF)153 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro157 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro71 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
72 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro73 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
131 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro132 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))