tag | line | file | source code |
a_drsize | 13 | include/asm-i386/a.out.h | unsigned a_drsize; /* length of relocation info for data, in bytes */ |
a_drsize | 17 | include/asm-i386/a.out.h | #define N_DRSIZE(a) ((a).a_drsize) |
a_drsize | 13 | include/asm-mips/a.out.h | unsigned a_drsize; /* length of relocation info for data, in bytes */ |
a_drsize | 17 | include/asm-mips/a.out.h | #define N_DRSIZE(a) ((a).a_drsize) |
a_drsize | 17 | include/asm-ppc/a.out.h | unsigned a_drsize; /* length of relocation info for data, in bytes */ |
a_drsize | 22 | include/asm-ppc/a.out.h | #define N_DRSIZE(a) ((a).a_drsize) |
a_drsize | 19 | include/asm-sparc/a.out.h | unsigned long a_drsize; |
a_drsize | 28 | include/asm-sparc/a.out.h | (x).a_drsize) |
a_drsize | 41 | include/asm-sparc/a.out.h | #define N_DRSIZE(a) ((a).a_drsize) |
a_drsize | 101 | include/linux/a.out.h | #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) |