tag | line | file | source code |
---|---|---|---|
N_TRSIZE | 80 | include/asm-alpha/a.out.h | #define N_TRSIZE(x) 0 |
N_TRSIZE | 16 | include/asm-i386/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
N_TRSIZE | 16 | include/asm-mips/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
N_TRSIZE | 21 | include/asm-ppc/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |
N_TRSIZE | 40 | include/asm-sparc/a.out.h | #define N_TRSIZE(a) ((a).a_trsize) |