Home
last modified time | relevance | path

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

/openbsd/usr.bin/ctfdump/
H A Dctfdump.c294 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()
/openbsd/sys/sys/
H A Dctf.h33 uint32_t cth_objtoff; member
/openbsd/usr.bin/ctfconv/
H A Dgenerate.c333 cth->cth_objtoff = dbuf_pad(&imcs->body, 2); in imcs_generate()
/openbsd/sys/ddb/
H A Ddb_ctf.c323 objtoff = db_ctf.cth->cth_objtoff; in db_ctf_type_by_symbol()