Symbol: ctf_type
sys/ddb/db_ctf.c
184
db_ctf_type_len(const struct ctf_type *ctt)
sys/ddb/db_ctf.c
198
tlen = sizeof(struct ctf_type);
sys/ddb/db_ctf.c
251
db_ctf_type_size(const struct ctf_type *ctt)
sys/ddb/db_ctf.c
254
const struct ctf_type *ref;
sys/ddb/db_ctf.c
268
toff = sizeof(struct ctf_type);
sys/ddb/db_ctf.c
312
const struct ctf_type *
sys/ddb/db_ctf.c
340
const struct ctf_type *
sys/ddb/db_ctf.c
344
const struct ctf_type *ctt;
sys/ddb/db_ctf.c
354
ctt = (struct ctf_type *)(db_ctf.data + off);
sys/ddb/db_ctf.c
378
const struct ctf_type *
sys/ddb/db_ctf.c
388
const struct ctf_type *ctt;
sys/ddb/db_ctf.c
391
ctt = (struct ctf_type *)(db_ctf.data + offset);
sys/ddb/db_ctf.c
411
db_ctf_pprint(const struct ctf_type *ctt, vaddr_t addr)
sys/ddb/db_ctf.c
414
const struct ctf_type *ref;
sys/ddb/db_ctf.c
428
toff = sizeof(struct ctf_type);
sys/ddb/db_ctf.c
508
db_ctf_pprint_struct(const struct ctf_type *ctt, vaddr_t addr)
sys/ddb/db_ctf.c
511
const struct ctf_type *ref;
sys/ddb/db_ctf.c
523
toff = sizeof(struct ctf_type);
sys/ddb/db_ctf.c
563
db_ctf_pprint_enum(const struct ctf_type *ctt, vaddr_t addr)
sys/ddb/db_ctf.c
58
uint32_t db_ctf_type_len(const struct ctf_type *);
sys/ddb/db_ctf.c
59
size_t db_ctf_type_size(const struct ctf_type *);
sys/ddb/db_ctf.c
592
db_ctf_pprint_ptr(const struct ctf_type *ctt, vaddr_t addr)
sys/ddb/db_ctf.c
595
const struct ctf_type *ref;
sys/ddb/db_ctf.c
60
const struct ctf_type *db_ctf_type_by_name(const char *, unsigned int);
sys/ddb/db_ctf.c
61
const struct ctf_type *db_ctf_type_by_symbol(Elf_Sym *);
sys/ddb/db_ctf.c
62
const struct ctf_type *db_ctf_type_by_index(uint16_t);
sys/ddb/db_ctf.c
63
void db_ctf_pprint(const struct ctf_type *, vaddr_t);
sys/ddb/db_ctf.c
64
void db_ctf_pprint_struct(const struct ctf_type *, vaddr_t);
sys/ddb/db_ctf.c
65
void db_ctf_pprint_enum(const struct ctf_type *, vaddr_t);
sys/ddb/db_ctf.c
66
void db_ctf_pprint_ptr(const struct ctf_type *, vaddr_t);
sys/ddb/db_ctf.c
707
const struct ctf_type *ctt;
sys/ddb/db_ctf.c
752
const struct ctf_type *ctt;
usr.bin/ctfconv/generate.c
176
struct ctf_type ctt;
usr.bin/ctfconv/generate.c
222
ctsz = sizeof(struct ctf_type);
usr.bin/ctfdump/ctfdump.c
458
const struct ctf_type *ctt = (struct ctf_type *)p;
usr.bin/ctfdump/ctfdump.c
483
toff = sizeof(struct ctf_type);