Searched refs:N_DATOFF (Results 1 – 4 of 4) sorted by relevance
83 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text - N_ADDRADJ(x)) macro84 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data + (x).a_shdata)148 #if !defined (N_DATOFF)149 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro153 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
69 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
71 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro72 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
130 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro131 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)