tag | line | file | source code |
---|---|---|---|
N_SYMSIZE | 81 | include/asm-alpha/a.out.h | #define N_SYMSIZE(x) 0 |
N_SYMSIZE | 18 | include/asm-i386/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
N_SYMSIZE | 18 | include/asm-mips/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
N_SYMSIZE | 23 | include/asm-ppc/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |
N_SYMSIZE | 42 | include/asm-sparc/a.out.h | #define N_SYMSIZE(a) ((a).a_syms) |