Lines Matching refs:ctf_header_t
40 static const ctf_header_t *
43 return (const ctf_header_t *)lc->ctftab; in db_ctf_fetch_cth()
54 const ctf_header_t *hp = db_ctf_fetch_cth(lc); in sym_to_objtoff()
155 const ctf_header_t *hp = db_ctf_fetch_cth(lc); in db_ctf_typename_to_type()
160 const uint8_t *ctfstart = (const uint8_t *)hp + sizeof(ctf_header_t); in db_ctf_typename_to_type()
165 start = cur = __DECONST(char *, hp) + sizeof(ctf_header_t) + in db_ctf_typename_to_type()
217 const ctf_header_t *hp = db_ctf_fetch_cth(&sd->lc); in db_ctf_typeid_to_type()
218 const uint8_t *ctfstart = (const uint8_t *)hp + sizeof(ctf_header_t); in db_ctf_typeid_to_type()
252 const ctf_header_t *hp = db_ctf_fetch_cth(&sd->lc); in db_ctf_stroff_to_str()
259 ret = ((const char *)hp + sizeof(ctf_header_t)) + stroff; in db_ctf_stroff_to_str()
290 const uint32_t *)(sd->lc.ctftab + sizeof(ctf_header_t) + objtoff); in db_ctf_sym_to_type()