Home
last modified time | relevance | path

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

/openbsd-src/sys/ddb/
H A Ddb_ctf.c212 tlen += sizeof(struct ctf_array); in db_ctf_type_len()
255 const struct ctf_array *arr; in db_ctf_type_size()
280 arr = (struct ctf_array *)(taddr + toff); in db_ctf_type_size()
415 const struct ctf_array *arr; in db_ctf_pprint()
432 arr = (struct ctf_array *)(taddr + toff); in db_ctf_pprint()
/openbsd-src/usr.bin/ctfdump/
H A Dctfdump.c459 const struct ctf_array *cta; in ctf_dump_type()
505 cta = (struct ctf_array *)(p + toff); in ctf_dump_type()
508 toff += sizeof(struct ctf_array); in ctf_dump_type()
/openbsd-src/sys/sys/
H A Dctf.h68 struct ctf_array { struct
/openbsd-src/usr.bin/ctfconv/
H A Dgenerate.c177 struct ctf_array cta; in imcs_add_type()