tag | line | file | source code |
---|---|---|---|
a_trsize | 12 | include/asm-i386/a.out.h | unsigned a_trsize; /* length of relocation info for text, in bytes */ |
a_trsize | 16 | include/asm-i386/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
a_trsize | 95 | include/linux/a.out.h | #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize) |