Searched refs:ctf_header (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/ctfdump/ |
| D | ctfdump.c | 56 void ctf_dump_type(struct ctf_header *, const char *, size_t, 61 const char *ctf_off2name(struct ctf_header *, const char *, size_t, 276 struct ctf_header cth; in isctf() 279 if (filesize < sizeof(struct ctf_header)) { in isctf() 284 memcpy(&cth, p, sizeof(struct ctf_header)); in isctf() 320 struct ctf_header cth; in ctf_dump() 324 memcpy(&cth, p, sizeof(struct ctf_header)); in ctf_dump() 454 ctf_dump_type(struct ctf_header *cth, const char *data, size_t dlen, in ctf_dump_type() 646 ctf_off2name(struct ctf_header *cth, const char *data, size_t dlen, in ctf_off2name()
|
| /openbsd/src/sys/ddb/ |
| D | db_ctf.c | 43 struct ctf_header *cth; 93 db_ctf.cth = (struct ctf_header *)db_ctf.rawctf; in db_ctf_init() 343 struct ctf_header *cth; in db_ctf_type_by_name()
|
| /openbsd/src/sys/sys/ |
| D | ctf.h | 26 struct ctf_header { struct
|
| /openbsd/src/usr.bin/ctfconv/ |
| D | generate.c | 305 imcs_generate(struct imcs *imcs, struct ctf_header *cth, const char *label) in imcs_generate() 364 struct ctf_header cth; in generate()
|