Searched refs:N_SYMOFF (Results 1 – 2 of 2) sorted by relevance
100 #if !defined (N_SYMOFF)101 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x)) macro105 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
109 #define N_SYMOFF(ex) \ macro113 #define N_STROFF(ex) (N_SYMOFF(ex) + (ex).a_syms)