Searched refs:N_SYMSIZE (Results 1 – 3 of 3) sorted by relevance
61 #define N_SYMSIZE(a) ((a).a_syms) macro73 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
64 #define N_SYMSIZE(a) ((a).a_syms) macro76 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
120 #define N_SYMSIZE(x) 0 macro134 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
Completed in 6 milliseconds