Searched refs:nextsym (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c304 int nextsym; local
315 for (i = 0, index = 0, nextsym = 1; nextsym < *sym_count; nextsym++) {
321 * If orig_list[nextsym] points to a new symvalue, then we
324 if ((orig_list + i)->value < (orig_list + nextsym)->value) {
326 i = nextsym;
335 (orig_list + nextsym)->syminfo) {
336 DEBUG_DUP_DEL(orig_list + i, orig_list + nextsym);
339 n_bind = ELF32_ST_BIND((orig_list + nextsym)
[all...]
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c72 static char *nextsym(char *p);
351 if (strcmp(nextsym(cp), "defined") == 0) {
608 nextsym(char *p) function
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1429 static ARFILEP *nextsym = NULL; local
1529 if (nextsym)
1530 *nextsym = (ARFILEP)sym_ptr;
1533 nextsym = sym_ptr;
1535 sym_ptr = nextsym;
1536 nextsym++;
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c291 int nextsym; local
293 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd,
297 symidx = nextsym;
340 int nextsym; local
343 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx,
347 symidx = nextsym;

Completed in 68 milliseconds