tag | line | file | source code |
---|---|---|---|
a_syms | 57 | arch/i386/boot/compressed/piggyback.c | obj.a_syms = sizeof(var_names); |
a_syms | 749 | fs/exec.c | bprm->inode->i_size < ex.a_text+ex.a_data+ex.a_syms+N_TXTOFF(ex)) { |
a_syms | 872 | 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 | 113 | include/linux/a.out.h | #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) |