Symbol: nextsym
usr/src/cmd/sgs/ar/common/file.c
1431
static ARFILEP *nextsym = NULL;
usr/src/cmd/sgs/ar/common/file.c
1531
if (nextsym)
usr/src/cmd/sgs/ar/common/file.c
1532
*nextsym = (ARFILEP)sym_ptr;
usr/src/cmd/sgs/ar/common/file.c
1535
nextsym = sym_ptr;
usr/src/cmd/sgs/ar/common/file.c
1537
sym_ptr = nextsym;
usr/src/cmd/sgs/ar/common/file.c
1538
nextsym++;
usr/src/cmd/sgs/gprof/common/readelf.c
302
int nextsym;
usr/src/cmd/sgs/gprof/common/readelf.c
313
for (i = 0, index = 0, nextsym = 1; nextsym < *sym_count; nextsym++) {
usr/src/cmd/sgs/gprof/common/readelf.c
322
if ((orig_list + i)->value < (orig_list + nextsym)->value) {
usr/src/cmd/sgs/gprof/common/readelf.c
324
i = nextsym;
usr/src/cmd/sgs/gprof/common/readelf.c
333
(orig_list + nextsym)->syminfo) {
usr/src/cmd/sgs/gprof/common/readelf.c
334
DEBUG_DUP_DEL(orig_list + i, orig_list + nextsym);
usr/src/cmd/sgs/gprof/common/readelf.c
337
n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo);
usr/src/cmd/sgs/gprof/common/readelf.c
339
n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo);
usr/src/cmd/sgs/gprof/common/readelf.c
348
(orig_list + nextsym));
usr/src/cmd/sgs/gprof/common/readelf.c
351
DEBUG_DUP_DEL((orig_list + nextsym),
usr/src/cmd/sgs/gprof/common/readelf.c
353
i = nextsym;
usr/src/cmd/sgs/gprof/common/readelf.c
363
(orig_list + nextsym));
usr/src/cmd/sgs/gprof/common/readelf.c
371
DEBUG_DUP_DEL((orig_list + nextsym), (orig_list + i));
usr/src/cmd/sgs/gprof/common/readelf.c
372
i = nextsym;
usr/src/cmd/sgs/unifdef/common/unifdef.c
349
if (strcmp(nextsym(cp), "defined") == 0) {
usr/src/cmd/sgs/unifdef/common/unifdef.c
70
static char *nextsym(char *p);