| GCC Middle and Back End API Reference
    | 
#include <ctfc.h>

| Data Fields | |
| ctf_string_t * | ctstab_head | 
| ctf_string_t * | ctstab_tail | 
| int | ctstab_num | 
| size_t | ctstab_len | 
| const char * | ctstab_estr | 
Internal representation of CTF string table.
| const char* ctf_strtable::ctstab_estr | 
Referenced by ctfc_delete_strtab(), ctfc_strtable_add_str(), and init_ctf_strtable().
| ctf_string_t* ctf_strtable::ctstab_head | 
Referenced by ctfc_delete_strtab(), ctfc_strtable_append_str(), init_ctf_strtable(), output_btf_strs(), and output_ctf_strs().
| size_t ctf_strtable::ctstab_len | 
Referenced by ctfc_get_strtab_len(), ctfc_strtable_add_str(), and init_ctf_strtable().
| int ctf_strtable::ctstab_num | 
Referenced by ctfc_strtable_add_str(), and init_ctf_strtable().
| ctf_string_t* ctf_strtable::ctstab_tail | 
Referenced by ctfc_delete_strtab(), ctfc_strtable_append_str(), and init_ctf_strtable().