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 | 99 | include/linux/a.out.h | #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) |