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

/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h120 uint_t cth_parname; /* ref to basename of parent */ member in struct:ctf_header
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c334 * based on the value of cth_parname. To support containers that pre-
335 * date cth_parname, we also scan the types themselves for references
338 int child = cth->cth_parname != 0;
847 if (hp.cth_parname != 0)
848 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname);
H A Dctf_create.c221 hdr.cth_parname = 1; /* i.e. _CTF_STRTAB_TEMPLATE[1] */
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c703 h.cth_parname = strtab_insert(&buf->ctb_strtab,
733 SWAP32(h.cth_parname); /* ref to basename of parent */
H A Ddump.c226 (void) printf(" cth_parname = %s\n",
227 ref_to_str(hp->cth_parname, hp, cd));
556 if (hp->cth_parlabel || hp->cth_parname)

Completed in 231 milliseconds