Searched refs:N_SYMSIZE (Results 1 – 8 of 8) sorted by relevance
37 #define N_SYMSIZE(a) ((a).a_syms) macro
41 #define N_SYMSIZE(a) ((a).a_syms) macro
34 #define N_SYMSIZE(a) ((a).a_syms) macro
99 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
101 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))