tag | line | file | source code |
---|---|---|---|
a_syms | 57 | arch/i386/boot/compressed/piggyback.c | obj.a_syms = sizeof(var_names); |
a_syms | 10 | include/asm-i386/a.out.h | unsigned a_syms; /* length of symbol table data in file, in bytes */ |
a_syms | 18 | include/asm-i386/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
a_syms | 103 | include/linux/a.out.h | #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) |