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 | 12 | include/asm-mips/a.out.h | unsigned a_trsize; /* length of relocation info for text, in bytes */ |
a_trsize | 16 | include/asm-mips/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
a_trsize | 16 | include/asm-ppc/a.out.h | unsigned a_trsize; /* length of relocation info for text, in bytes */ |
a_trsize | 21 | include/asm-ppc/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
a_trsize | 18 | include/asm-sparc/a.out.h | unsigned long a_trsize; |
a_trsize | 27 | include/asm-sparc/a.out.h | (x).a_data + (x).a_trsize + \ |
a_trsize | 40 | include/asm-sparc/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
a_trsize | 97 | include/linux/a.out.h | #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize) |