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()
246 ctf_str_atom_t *atom; in ctf_str_add()
264 ctf_str_atom_t *atom; in ctf_str_add_ref()
282 ctf_str_atom_t *atom; in ctf_str_add_pending()
315 ctf_str_atom_t *atom; in ctf_str_add_external()
355 ctf_str_atom_t *atom = NULL; in ctf_str_remove_ref()
381 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_rollback_atom()
400 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_purge_one_atom_refs()
415 ctf_str_update_refs (ctf_str_atom_t *refs, uint32_t value) in ctf_str_update_refs()
432 ctf_str_atom_t **sorttab;
438 ctf_str_atom_t *nullstr;
446 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_count_strtab()
475 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; in ctf_str_populate_sorttab()
491 ctf_str_atom_t **one = (ctf_str_atom_t **) a; in ctf_str_sort_strtab()
492 ctf_str_atom_t **two = (ctf_str_atom_t **) b; in ctf_str_sort_strtab()
506 ctf_str_atom_t *nullstr; in ctf_str_write_strtab()
509 ctf_str_atom_t **sorttab; in ctf_str_write_strtab()
533 sorttab = calloc (s.strtab_count, sizeof (ctf_str_atom_t *)); in ctf_str_write_strtab()
542 qsort (&sorttab[1], s.strtab_count - 1, sizeof (ctf_str_atom_t *), in ctf_str_write_strtab()