Home | History | Annotate | Download | only in libctf

Lines Matching refs:did

1649   ctf_in_flight_dynsym_t *did, *nid;
1672 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid)
1676 nid = ctf_list_next (did);
1677 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did);
1682 if (did->cid_sym.st_name == NULL)
1684 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1);
1686 did->cid_sym.st_name = ctf_strraw (fp, off);
1687 did->cid_sym.st_nameidx_set = 0;
1688 if (!ctf_assert (fp, did->cid_sym.st_name != NULL))
1694 if (!ctf_symtab_skippable (&did->cid_sym))
1696 ctf_dprintf ("symbol from linker: %s (%x)\n", did->cid_sym.st_name,
1697 did->cid_sym.st_symidx);
1702 memcpy (new_sym, &did->cid_sym, sizeof (ctf_link_sym_t));
1710 free (did);
1714 free (did);