| /onnv/onnv-gate/usr/src/cmd/lockstat/ |
| sym.c | 57 static int nsyms, maxsyms; variable 71 if (nsyms >= maxsyms) { 79 sep = &symbol_table[nsyms++]; 92 for (i = 0; i < nsyms; i++, sep++) 161 nsyms = shdr->sh_size / shdr->sh_entsize; 171 lastsym = symtab + nsyms; 172 nsyms = 0; 183 qsort(symbol_table, nsyms, sizeof (syment_t), symcmp); 188 for (i = 0; i < nsyms - 1; i++) 192 qsort(symbol_table, nsyms, sizeof (syment_t), symcmp) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| rdelf.c | 215 size_t i, nsyms, nfuncs; local 270 nsyms = (size_t)(nsyms_pri + nsyms_aux); 271 if ((nsyms_pri + nsyms_aux) != (GElf_Xword)nsyms) { 291 if ((npe = nl = (nltype *) calloc(nsyms, sizeof (nltype))) == NULL) { 293 cmdname, nsyms * sizeof (nltype)); 304 for (i = 1; i < nsyms; i++) {
|
| /onnv/onnv-gate/usr/src/lib/libtnfctl/ |
| traverse.c | 283 ulong_t nsyms; local 297 nsyms = shdr->sh_size / shdr->sh_entsize; 302 tnf_long, symbols_found, nsyms); 304 for (i = 0; i < nsyms; i++) {
|
| /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/ |
| readelf.c | 458 sztype nsyms, i; local 513 nsyms = (sztype)(nsyms_pri + nsyms_aux); 514 if ((nsyms_pri + nsyms_aux) != (GElf_Xword)nsyms) 525 if ((l_nl = l_npe = (nltype *)calloc(nsyms + PRF_SYMCNT, 536 for (i = 1; i < nsyms; i++) {
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| ksyms_snapshot.c | 87 size_t nsyms = symhdr->sh_size / symsize; local 91 for (i = 1; i < nsyms; i++) {
|
| /onnv/onnv-gate/usr/src/cmd/sgs/unifdef/common/ |
| unifdef.c | 63 char nsyms; variable 120 if (nsyms >= MAXSYMS) { 126 ignore[nsyms] = ignorethis; 127 true[nsyms] = *cp1 == 'D' ? YES : NO; 128 sym[nsyms++] = &cp1[1]; 145 if (nsyms == 0) { 385 if (++symind >= nsyms) {
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| kobj.h | 82 unsigned int nsyms; member in struct:module
|
| /onnv/onnv-gate/usr/src/uts/intel/dtrace/ |
| fbt.c | 153 int nsyms = mp->nsyms; local 204 for (i = 1; i < nsyms; i++) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
| asm10k.c | 160 static int nsyms = 0; variable 273 for (i = 0; i < nsyms; i++) 286 if (nsyms >= MAX_SYMBOLS) { 301 sym = &symtab[nsyms++]; 828 for (i = 0; i < nsyms; i++) {
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_nm.c | 560 size_t nsyms = 0; local 738 (void) callback(&nsyms, &sym, name, &si, object); 741 nsyms = mdb_gelf_symtab_size(mdb.m_prsym); 744 which, type, callback, &nsyms); 747 if (nsyms == 0) 750 syms = symp = mdb_alloc(sizeof (nm_sym_t) * nsyms, 772 qsort(syms, nsyms, sizeof (nm_sym_t), nm_compare_name); 774 qsort(syms, nsyms, sizeof (nm_sym_t), nm_compare_val); 785 for (symp = syms; nsyms-- != 0; symp++) {
|
| /onnv/onnv-gate/usr/src/cmd/sgs/ar/common/ |
| file.c | 82 int longnames, ARFILEP *symlist, long nsyms, int found_obj, 409 long nsyms = 0; local 552 scn, &nsyms, symlist, 573 return (nsyms); 587 writesymtab(char *dst, long nsyms, ARFILEP *symlist) 601 sym_tab_size = (nsyms +1) * 4 + sizeof (char) * (str_top - str_base); 602 if (nsyms == 0) 614 if ((buf2 = malloc(4 * (nsyms + 1))) == NULL) { 619 sputl(nsyms, buf2); 622 for (i = 0, j = SYMCHUNK, ptr = symlist; i < nsyms; i++, j--, ptr++) 785 long nsyms; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/ |
| sections.c | 1433 Word nsyms = ofl->ofl_globcnt; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/dtrace/ |
| fbt.c | 1003 int nsyms = mp->nsyms; local 1089 for (i = 1; i < nsyms; i++) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/krtld/ |
| kobj.c | 757 mp->nsyms = *((uint_t *)dyn->d_un.d_ptr + 1); 829 mp->symhdr->sh_size = mp->nsyms * mp->symhdr->sh_entsize; 835 mp->chains = kobj_zalloc(mp->nsyms * sizeof (symid_t), KM_WAIT); 863 for (i = 0; i < mp->nsyms; i++) { 931 mp->nsyms = mp->symhdr->sh_size / mp->symhdr->sh_entsize; 936 mp->hashsize = kobj_gethashsize(mp->nsyms); 939 (mp->hashsize + mp->nsyms) * sizeof (symid_t); 941 mp->chains = kobj_zalloc(mp->nsyms * sizeof (symid_t), KM_WAIT); 974 for (i = 0; i < mp->nsyms; i++) { 1489 uint_t nsyms; local [all...] |