Searched refs:cth (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ctfdump/ |
H A D | ctfdump.c | 288 dlen = cth.cth_stroff + cth.cth_strlen; in isctf() 294 if ((cth.cth_lbloff & 3) || (cth.cth_objtoff & 1) || in isctf() 295 (cth.cth_funcoff & 1) || (cth.cth_typeoff & 3)) { 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() 308 (cth.cth_funcoff > cth.cth_typeoff) || in isctf() 309 (cth.cth_typeoff > cth.cth_stroff)) { in isctf() 325 dlen = cth.cth_stroff + cth.cth_strlen; in ctf_dump() 339 ctf_off2name(&cth, data, dlen, cth.cth_parlabel)); in ctf_dump() [all …]
|
/openbsd/usr.bin/ctfconv/ |
H A D | generate.c | 323 cth->cth_parlabel = 0; in imcs_generate() 324 cth->cth_parname = 0; in imcs_generate() 327 cth->cth_lbloff = 0; in imcs_generate() 364 struct ctf_header cth; in generate() local 368 memset(&cth, 0, sizeof(cth)); in generate() 370 cth.cth_magic = CTF_MAGIC; in generate() 371 cth.cth_version = CTF_VERSION; in generate() 383 memcpy(p, &cth, sizeof(cth)); in generate() 384 p += sizeof(cth); in generate() 400 ctflen - sizeof(cth), ctflen - sizeof(cth), &clen); in generate() [all …]
|
/openbsd/sys/ddb/ |
H A D | db_ctf.c | 43 struct ctf_header *cth; member 93 db_ctf.cth = (struct ctf_header *)db_ctf.rawctf; in db_ctf_init() 94 db_ctf.dlen = db_ctf.cth->cth_stroff + db_ctf.cth->cth_strlen; in db_ctf_init() 96 if ((db_ctf.cth->cth_flags & CTF_F_COMPRESS) == 0) { in db_ctf_init() 323 objtoff = db_ctf.cth->cth_objtoff; in db_ctf_type_by_symbol() 325 while (objtoff < db_ctf.cth->cth_funcoff) { in db_ctf_type_by_symbol() 343 struct ctf_header *cth; in db_ctf_type_by_name() local 351 cth = db_ctf.cth; in db_ctf_type_by_name() 353 for (off = cth->cth_typeoff; off < cth->cth_stroff; off += toff) { in db_ctf_type_by_name() 381 uint32_t offset = db_ctf.cth->cth_typeoff; in db_ctf_type_by_index() [all …]
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | ChangeLog | 58 * testsuite/libmudflap.cth/cthfrags.exp: Ditto. 141 * testsuite/libmudflap.cth/pass37-frag.c: Increase timeout. 142 * testsuite/libmudflap.cth/pass39-frag.c: Likewise. 650 * testsuite/libmudflap.cth/cthfrags.exp: Add -DSTATIC to compiler 652 * testsuite/libmudflap.cth/pass40-frag.c: When -DSTATIC, avoid 769 * testsuite/libmudflap.cth/pass40-frag.c: New test. 806 * testsuite/libmudflap.cth/pass37-frag.c: Add timeout and repeat 870 * testsuite/libmudflap.cth/pass37-frag.c: Improved test. 938 * testsuite/libmudfap.cth/cthfrags.exp: New test driver. 939 * testsuite/libmudflap.cth/pass37-frag.c: New pthreads test. [all …]
|
/openbsd/share/zoneinfo/datfiles/ |
H A D | australasia | 1073 # http://classic.austlii.edu.au/au/legis/cth/num_act/dsa1916401916192/ 1076 # http://classic.austlii.edu.au/au/legis/cth/num_act/dsra1917351917243/
|