Home
last modified time | relevance | path

Searched refs:ctstab_head (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dctfc.cc266 if (!str_table->ctstab_head) in ctfc_strtable_append_str()
267 str_table->ctstab_head = ctf_string; in ctfc_strtable_append_str()
922 strtab->ctstab_head = NULL; in init_ctf_strtable()
983 str = strtab->ctstab_head; in ctfc_delete_strtab()
992 strtab->ctstab_head = NULL; in ctfc_delete_strtab()
Dbtfout.cc841 ctf_string_t * ctf_string = ctfc->ctfc_strtable.ctstab_head; in output_btf_strs()
849 ctf_string = ctfc->ctfc_aux_strtable.ctstab_head; in output_btf_strs()
Dctfc.h63 ctf_string_t * ctstab_head; /* Head str ptr. */ member
Dctfout.cc626 ctf_string_t * ctf_string = ctfc->ctfc_strtable.ctstab_head; in output_ctf_strs()