HomeSort by: relevance | last modified time | path
    Searched defs:cd_symdata (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c 108 * cd_symdata will be non-NULL if the CTF data is being retrieved from
110 * used only if cd_symdata is non-NULL.
112 Elf_Data *cd_symdata; /* Symbol table */ member in struct:ctf_data
253 if (gelf_getsym(cd->cd_symdata, i, &sym) == 0)
299 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd,
354 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx,
1001 cd.cd_symdata = elf_getdata(symscn, NULL);

Completed in 27 milliseconds