Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/tools/ctf/dump/
HDdump.c105 Elf_Data *cd_symdata; /* Symbol table */ member
246 if (gelf_getsym(cd->cd_symdata, i, &sym) == 0) in next_sym()
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
907 cd.cd_symdata = elf_getdata(symscn, NULL); in main()