Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h93 typedef struct ctf_dmodel { struct
221 const ctf_dmodel_t *ctf_dmodel; /* data model pointer (see above) */ member
H A Dctf_open.c1028 if (pfp != NULL && pfp->ctf_dmodel != fp->ctf_dmodel) in ctf_import()
1053 fp->ctf_dmodel = dp; in ctf_setmodel()
1067 return (fp->ctf_dmodel->ctd_code); in ctf_getmodel()
H A Dctf_types.c504 return (fp->ctf_dmodel->ctd_pointer); in ctf_type_size()
571 return (fp->ctf_dmodel->ctd_pointer); in ctf_type_align()
H A Dctf_create.c1295 fp->ctf_dmodel->ctd_int : size); in ctf_add_enum()