| tag | line | file | source code |
|---|---|---|---|
| a_drsize | 207 | fs/exec.c | if (N_MAGIC(ex) != ZMAGIC || ex.a_trsize || ex.a_drsize || |
| a_drsize | 546 | fs/exec.c | ex.a_trsize || ex.a_drsize || |
| a_drsize | 17 | include/linux/a.out.h | unsigned a_drsize; /* length of relocation info for data, in bytes */ |
| a_drsize | 107 | include/linux/a.out.h | #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) |