Home
last modified time | relevance | path

Searched refs:ctf_header_t (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-labels.c27 const ctf_header_t *h; in extract_label_info()
29 h = (const ctf_header_t *) fp->ctf_data.cts_data; in extract_label_info()
H A Dctf-create.c72 static const ctf_header_t hdr = { .cth_preamble = { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_create()
267 ctf_header_t hdr, *hdrp; in ctf_serialize()
351 buf_size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_serialize()
356 memcpy (buf, &hdr, sizeof (ctf_header_t)); in ctf_serialize()
357 t = (unsigned char *) buf + sizeof (ctf_header_t) + hdr.cth_varoff; in ctf_serialize()
359 hdrp = (ctf_header_t *) buf; in ctf_serialize()
381 assert (t == (unsigned char *) buf + sizeof (ctf_header_t) + hdr.cth_typeoff); in ctf_serialize()
472 assert (t == (unsigned char *) buf + sizeof (ctf_header_t) + hdr.cth_stroff); in ctf_serialize()
500 hdrp = (ctf_header_t *) buf; in ctf_serialize()
2074 resid = sizeof (ctf_header_t); in ctf_gzwrite()
[all …]
H A Dctf-open.c227 init_symtab (ctf_file_t *fp, const ctf_header_t *hp, in init_symtab()
320 ctf_set_base (ctf_file_t *fp, const ctf_header_t *hp, unsigned char *base) in ctf_set_base()
361 ctf_set_version (ctf_file_t *fp, ctf_header_t *cth, int ctf_version) in ctf_set_version()
371 upgrade_header (ctf_header_t *hp) in upgrade_header()
399 upgrade_types_v1 (ctf_file_t *fp, ctf_header_t *cth) in upgrade_types_v1()
623 upgrade_types (ctf_file_t *fp, ctf_header_t *cth) in upgrade_types()
651 init_types (ctf_file_t *fp, ctf_header_t *cth) in init_types()
962 flip_header (ctf_header_t *cth) in flip_header()
1186 flip_ctf (ctf_header_t *cth, unsigned char *buf) in flip_ctf()
1302 size_t hdrsz = sizeof (ctf_header_t); in ctf_bufopen_internal()
[all …]
H A Dctf-dump.c221 const ctf_header_t *hp = fp->ctf_header; in ctf_dump_header()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf.h176 } ctf_header_t; typedef