Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c304 int nextsym; in remove_dup_syms() local
315 for (i = 0, index = 0, nextsym = 1; nextsym < *sym_count; nextsym++) { in remove_dup_syms()
324 if ((orig_list + i)->value < (orig_list + nextsym)->value) { in remove_dup_syms()
326 i = nextsym; in remove_dup_syms()
335 (orig_list + nextsym)->syminfo) { in remove_dup_syms()
336 DEBUG_DUP_DEL(orig_list + i, orig_list + nextsym); in remove_dup_syms()
339 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()
341 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo); in remove_dup_syms()
350 (orig_list + nextsym)); in remove_dup_syms()
353 DEBUG_DUP_DEL((orig_list + nextsym), in remove_dup_syms()
[all …]
/titanic_44/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c72 static char *nextsym(char *p);
351 if (strcmp(nextsym(cp), "defined") == 0) { in checkline()
608 nextsym(char *p) in nextsym() function
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c291 int nextsym; in read_data() local
293 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
297 symidx = nextsym; in read_data()
340 int nextsym; in read_funcs() local
343 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
347 symidx = nextsym; in read_funcs()
/titanic_44/usr/src/cmd/sgs/ar/common/
H A Dfile.c1429 static ARFILEP *nextsym = NULL; in search_sym_tab() local
1529 if (nextsym) in search_sym_tab()
1530 *nextsym = (ARFILEP)sym_ptr; in search_sym_tab()
1533 nextsym = sym_ptr; in search_sym_tab()
1535 sym_ptr = nextsym; in search_sym_tab()
1536 nextsym++; in search_sym_tab()