Searched refs:ctf_header (Results 1 – 5 of 5) sorted by relevance
239 struct ctf_header *ctf_header; /* The header from this CTF file. */ member
2075 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()
1381 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()
221 const ctf_header_t *hp = fp->ctf_header; in ctf_dump_header()
161 typedef struct ctf_header struct