Home | History | Annotate | Download | only in perf

Lines Matching refs:nsyms

1768 __define_stab (N_NSYMS, 0x32, "NSYMS")
1923 | 30 PC | 32 NSYMS | 34 NOMAP | 36 |
20117 int i, bound, nsyms, sym_index, off, ret;
20126 nsyms = get_be32(data);
20128 ar_names = ar_index + nsyms * 4;
20132 for(p = ar_names, i = 0; i < nsyms; i++, p += strlen(p)+1) {