taglinefilesource code
a_syms57arch/i386/boot/compressed/piggyback.cobj.a_syms = sizeof(var_names);
a_syms10include/asm-i386/a.out.hunsigned a_syms;    /* length of symbol table data in file, in bytes */
a_syms18include/asm-i386/a.out.h#define N_SYMSIZE(a)  ((a).a_syms)
a_syms10include/asm-mips/a.out.hunsigned a_syms;    /* length of symbol table data in file, in bytes */
a_syms18include/asm-mips/a.out.h#define N_SYMSIZE(a)  ((a).a_syms)
a_syms14include/asm-ppc/a.out.hunsigned a_syms;    /* length of symbol table data in file, in bytes */
a_syms23include/asm-ppc/a.out.h#define N_SYMSIZE(a)  ((a).a_syms)
a_syms16include/asm-sparc/a.out.hunsigned long a_syms;    /* length of symbol table, in bytes */
a_syms42include/asm-sparc/a.out.h#define N_SYMSIZE(a)  ((a).a_syms)
a_syms105include/linux/a.out.h#define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)