ctf_dldef_t
ctf_dldef_t *dld;
if ((dld = ctf_alloc(sizeof (ctf_dldef_t))) == NULL)
ctf_free(dld, sizeof (ctf_dldef_t));
ctf_dldef_t *dld;
ctf_dldef_t *
ctf_dldef_t *dld;
ctf_dld_insert(ctf_file_t *fp, ctf_dldef_t *dld, uint_t pos)
ctf_dldef_t *l;
ctf_dld_delete(ctf_file_t *fp, ctf_dldef_t *dld)
ctf_free(dld, sizeof (ctf_dldef_t));
extern void ctf_dld_delete(ctf_file_t *, ctf_dldef_t *);
ctf_dldef_t *dld, *nld;