Home
last modified time | relevance | path

Searched defs:ctf_file (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h236 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. */
[all …]