Searched defs:N_TXTOFF (Results 1 – 8 of 8) sorted by relevance
27 #define N_TXTOFF(ex) \ macro
58 #define N_TXTOFF(ex) ((ex).a_magic == ZMAGIC ? 0 : sizeof(struct exec)) macro
29 #define N_TXTOFF(ex) \ macro
44 #define N_TXTOFF(ex) \ macro
230 #define N_TXTOFF(x) TEXT_OFFSET(x) macro