Searched refs:a_syms (Results 1 – 4 of 4) sorted by relevance
68 unsigned int a_syms; member
14 unsigned int a_syms; /* Length of symbol table data in file, in bytes. */ member61 #define N_SYMSIZE(a) ((a).a_syms)
17 unsigned int a_syms; /* Length of symbol table, in bytes. */ member64 #define N_SYMSIZE(a) ((a).a_syms)
18 unsigned a_syms; /* length of symbol table data, in bytes */ member165 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
Completed in 6 milliseconds