taglinefilesource code
a_drsize13include/asm-i386/a.out.hunsigned a_drsize;    /* length of relocation info for data, in bytes */
a_drsize17include/asm-i386/a.out.h#define N_DRSIZE(a)  ((a).a_drsize)
a_drsize99include/linux/a.out.h#define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize)