taglinefilesource code
a_trsize12include/asm-i386/a.out.hunsigned a_trsize;    /* length of relocation info for text, in bytes */
a_trsize16include/asm-i386/a.out.h#define N_TRSIZE(a)  ((a).a_trsize)
a_trsize95include/linux/a.out.h#define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)