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 | 10 | include/asm-mips/a.out.h | unsigned a_syms; /* length of symbol table data in file, in bytes */ |
a_syms | 18 | include/asm-mips/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
a_syms | 14 | include/asm-ppc/a.out.h | unsigned a_syms; /* length of symbol table data in file, in bytes */ |
a_syms | 23 | include/asm-ppc/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
a_syms | 16 | include/asm-sparc/a.out.h | unsigned long a_syms; /* length of symbol table, in bytes */ |
a_syms | 42 | include/asm-sparc/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
a_syms | 105 | include/linux/a.out.h | #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) |