Lines Matching refs:ctf_str_atom_t
78 ctf_str_purge_atom_refs (ctf_str_atom_t *atom) in ctf_str_purge_atom_refs()
94 ctf_str_atom_t *atom = a; in ctf_str_free_atom()
161 static ctf_str_atom_t *
166 ctf_str_atom_t *atom = NULL; in ctf_str_add_ref_internal()
244 ctf_str_atom_t *atom; in ctf_str_add()
262 ctf_str_atom_t *atom; in ctf_str_add_ref()
280 ctf_str_atom_t *atom; in ctf_str_add_pending()
313 ctf_str_atom_t *atom; in ctf_str_add_external()
353 ctf_str_atom_t *atom = NULL; in ctf_str_remove_ref()
379 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_rollback_atom()
398 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_purge_one_atom_refs()
413 ctf_str_update_refs (ctf_str_atom_t *refs, uint32_t value) in ctf_str_update_refs()
430 ctf_str_atom_t **sorttab;
436 ctf_str_atom_t *nullstr;
444 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_count_strtab()
473 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_populate_sorttab()
489 ctf_str_atom_t **one = (ctf_str_atom_t **) a; in ctf_str_sort_strtab()
490 ctf_str_atom_t **two = (ctf_str_atom_t **) b; in ctf_str_sort_strtab()
504 ctf_str_atom_t *nullstr; in ctf_str_write_strtab()
507 ctf_str_atom_t **sorttab; in ctf_str_write_strtab()
531 sorttab = calloc (s.strtab_count, sizeof (ctf_str_atom_t *)); in ctf_str_write_strtab()
540 qsort (&sorttab[1], s.strtab_count - 1, sizeof (ctf_str_atom_t *), in ctf_str_write_strtab()