Home
last modified time | relevance | path

Searched refs:ctf_strs_t (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h73 } ctf_strs_t; typedef
254 ctf_strs_t ctf_str[2]; /* Array of string table base and bounds. */
427 ctf_strs_t *);
H A Dctf-string.c26 ctf_strraw_explicit (ctf_file_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit()
28 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID (name)]; in ctf_strraw_explicit()
H A Dctf-create.c228 ctf_strs_t *strtab;
488 ctf_sort_var_arg_cb_t sort_var_arg = { fp, (ctf_strs_t *) &strtab }; in ctf_serialize()