Searched refs:N_SYMSIZE (Results 1 – 3 of 3) sorted by relevance
36 #define N_SYMSIZE(a) ((a).a_syms) macro
40 #define N_SYMSIZE(a) ((a).a_syms) macro
101 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))