Searched refs:N_SYMOFF (Results 1 – 4 of 4) sorted by relevance
85 #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize + (x).a_shdrsize) macro160 #if !defined (N_SYMOFF)161 #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) macro165 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
72 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x)) macro73 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
74 #define N_SYMOFF(x) \ macro76 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
133 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x)) macro134 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))