Searched refs:N_SYMOFF (Results 1 – 5 of 5) sorted by relevance
84 #define N_SYMOFF(x) \ macro90 (N_SYMOFF(x) + (x).a_syms)
109 #define N_SYMOFF(ex) \ macro113 #define N_STROFF(ex) (N_SYMOFF(ex) + (ex).a_syms)
58 sa = N_SYMOFF(buf); in _nlist()
351 #define N_SYMOFF(x) \ macro
564 nl = (struct nlist *)&caddr[N_SYMOFF(*exec)]; in aout_new_lmp()