Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h369 struct ctf_dict struct
371 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ argument
372 struct ctf_header *ctf_header; /* The header from this CTF dict. */
373 unsigned char ctf_openflags; /* Flags the dict had when opened. */
374 ctf_sect_t ctf_data; /* CTF data from object file. */
375 ctf_sect_t ctf_symtab; /* Symbol table from object file. */
376 ctf_sect_t ctf_strtab; /* String table from object file. */
377 int ctf_symsect_little_endian; /* Endianness of the ctf_symtab. */
378 ctf_dynhash_t *ctf_symhash; /* (partial) hash, symsect name -> idx. */
379 size_t ctf_symhash_latest; /* Amount of symsect scanned so far. */
[all …]
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h369 struct ctf_dict struct
371 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ argument
372 struct ctf_header *ctf_header; /* The header from this CTF dict. */
373 unsigned char ctf_openflags; /* Flags the dict had when opened. */
374 ctf_sect_t ctf_data; /* CTF data from object file. */
375 ctf_sect_t ctf_symtab; /* Symbol table from object file. */
376 ctf_sect_t ctf_strtab; /* String table from object file. */
377 int ctf_symsect_little_endian; /* Endianness of the ctf_symtab. */
378 ctf_dynhash_t *ctf_symhash; /* (partial) hash, symsect name -> idx. */
379 size_t ctf_symhash_latest; /* Amount of symsect scanned so far. */
[all …]