Searched defs:ctf_file (Results 1 – 1 of 1) sorted by relevance
236 struct ctf_file struct238 const ctf_fileops_t *ctf_fileops; /* Version-specific file operations. */ argument239 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 offsets246 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. */[all …]