Searched refs:N_DRELOFF (Results 1 – 4 of 4) sorted by relevance
85 #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize + (x).a_shdrsize)156 #if !defined (N_DRELOFF)157 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize) macro161 #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize)
71 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro72 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))
132 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro133 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))
73 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro