Lines Matching refs:ctftab
367 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_ctfoff_init()
368 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_ctfoff_init()
545 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_typoff_init()
547 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_typoff_init()
872 tp = (const void *) (lc->ctftab + offset + sizeof(ctf_header_t)); in ctf_lookup_by_id()
880 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_array_info()
916 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in ctf_strptr()
922 strp = (const char *)(lc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t)); in ctf_strptr()
930 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in ctf_type_rname()
949 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in ctf_decl_push()
1197 hp = (const ctf_header_t *) lc.ctftab; in fbt_getargdesc()
1199 dp = (const char *)(lc.ctftab + offset + sizeof(ctf_header_t)); in fbt_getargdesc()