Lines Matching defs:ctf_file
236 struct ctf_file struct
238 const ctf_fileops_t *ctf_fileops; /* Version-specific file operations. */ argument
239 struct ctf_header *ctf_header; /* The header from this CTF file. */
240 unsigned char ctf_openflags; /* Flags the file had when opened. */
241 ctf_sect_t ctf_data; /* CTF data from object file. */
242 ctf_sect_t ctf_symtab; /* Symbol table from object file. */
243 ctf_sect_t ctf_strtab; /* String table from object file. */
244 ctf_dynhash_t *ctf_prov_strtab; /* Maps provisional-strtab offsets
246 ctf_dynhash_t *ctf_syn_ext_strtab; /* Maps ext-strtab offsets to names. */
247 void *ctf_data_mmapped; /* CTF data we mmapped, to free later. */
248 size_t ctf_data_mmapped_len; /* Length of CTF data we mmapped. */
249 ctf_names_t ctf_structs; /* Hash table of struct types. */
273 struct ctf_file *ctf_parent; /* Parent CTF container (if any). */ argument
289 ctf_archive_t *ctf_archive; /* Archive this ctf_file_t came from. */ argument
303 /* An abstraction over both a ctf_file_t and a ctf_archive_t. */ argument