Searched refs:ctf_files (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-archive.c | 56 ctf_arc_write_fd (int fd, ctf_file_t **ctf_files, size_t ctf_file_cnt, in ctf_arc_write_fd() argument 119 archdr->ctfa_model = htole64 (ctf_getmodel (ctf_files[0])); in ctf_arc_write_fd() 147 off = arc_write_one_ctf (ctf_files[i], fd, threshold); in ctf_arc_write_fd() 219 ctf_arc_write (const char *file, ctf_file_t ** ctf_files, size_t ctf_file_cnt, in ctf_arc_write() argument 232 err = ctf_arc_write_fd (fd, ctf_files, ctf_file_cnt, names, threshold); in ctf_arc_write()
|