Searched refs:cth_objtoff (Results 1 – 4 of 4) sorted by relevance
294 if ((cth.cth_lbloff & 3) || (cth.cth_objtoff & 1) || in isctf()300 if ((cth.cth_lbloff >= dlen) || (cth.cth_objtoff >= dlen) || in isctf()306 if ((cth.cth_lbloff > cth.cth_objtoff) || in isctf()307 (cth.cth_objtoff > cth.cth_funcoff) || in isctf()343 printf(" cth_objtoff = %u\n", cth.cth_objtoff); in ctf_dump()355 while (lbloff < cth.cth_objtoff) { in ctf_dump()367 uint32_t objtoff = cth.cth_objtoff; in ctf_dump()
33 uint32_t cth_objtoff; member
333 cth->cth_objtoff = dbuf_pad(&imcs->body, 2); in imcs_generate()
323 objtoff = db_ctf.cth->cth_objtoff; in db_ctf_type_by_symbol()