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

/netbsd-current/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c101 * cd_symdata will be non-NULL if the CTF data is being retrieved from
103 * used only if cd_symdata is non-NULL.
105 Elf_Data *cd_symdata; /* Symbol table */ member in struct:ctf_data
246 if (gelf_getsym(cd->cd_symdata, i, &sym) == 0)
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd,
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx,
907 cd.cd_symdata = elf_getdata(symscn, NULL);

Completed in 118 milliseconds