Searched refs:ctf_file_cnt (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 72 (unsigned long) ctf_file_cnt); in ctf_arc_write_fd() 79 + (ctf_file_cnt * sizeof (uint64_t) * 2); in ctf_arc_write_fd() 107 archdr->ctfa_nfiles = htole64 (ctf_file_cnt); in ctf_arc_write_fd() 118 if (ctf_file_cnt > 0) 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()
|