Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h239 struct ctf_header *ctf_header; /* The header from this CTF file. */ member
H A Dctf-create.c2075 buf = (unsigned char *) fp->ctf_header; in ctf_gzwrite()
2115 memcpy (hp, fp->ctf_header, header_len); in ctf_compress_write()
2177 + sizeof (struct ctf_header))) == NULL) in ctf_write_mem()
2184 memcpy (hp, fp->ctf_header, header_len); in ctf_write_mem()
2185 bp = buf + sizeof (struct ctf_header); in ctf_write_mem()
2186 *size = sizeof (struct ctf_header); in ctf_write_mem()
2222 buf = (unsigned char *) fp->ctf_header; in ctf_write()
H A Dctf-open.c1381 if ((fp->ctf_header = malloc (sizeof (struct ctf_header))) == NULL) in ctf_bufopen_internal()
1386 hp = fp->ctf_header; in ctf_bufopen_internal()
1686 free (fp->ctf_header); in ctf_file_close()
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.h161 typedef struct ctf_header struct