Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c106 Elf_Data *cd_symdata; /* Symbol table */ member
247 if (gelf_getsym(cd->cd_symdata, i, &sym) == 0) in next_sym()
293 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
348 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
996 cd.cd_symdata = elf_getdata(symscn, NULL); in main()