tag | line | file | source code |
---|---|---|---|
a_syms | 199 | fs/exec.c | inode->i_size < ex.a_text+ex.a_data+ex.a_syms+N_TXTOFF(ex)) { |
a_syms | 535 | fs/exec.c | inode->i_size < ex.a_text+ex.a_data+ex.a_syms+N_TXTOFF(ex)) { |
a_syms | 14 | include/linux/a.out.h | unsigned a_syms; /* length of symbol table data in file, in bytes */ |
a_syms | 111 | include/linux/a.out.h | #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) |