Home
last modified time | relevance | path

Searched refs:a_syms (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/sparc/sys/
A Duser.h68 unsigned int a_syms; member
/sysdeps/unix/sysv/linux/
A Da.out.h14 unsigned int a_syms; /* Length of symbol table data in file, in bytes. */ member
61 #define N_SYMSIZE(a) ((a).a_syms)
/sysdeps/unix/sysv/linux/sparc/
A Da.out.h17 unsigned int a_syms; /* Length of symbol table, in bytes. */ member
64 #define N_SYMSIZE(a) ((a).a_syms)
/sysdeps/generic/
A Da.out.h18 unsigned a_syms; /* length of symbol table data, in bytes */ member
165 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)

Completed in 6 milliseconds