Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c154 int keep_stabs = 0; in main() local
187 keep_stabs = CTF_KEEP_STABS; in main()
199 keep_stabs = CTF_KEEP_STABS; in main()
250 write_ctf(mstrtd, infile, outfile, dynsym | keep_stabs); in main()
253 write_ctf(mstrtd, infile, tmpname, dynsym | keep_stabs); in main()
H A Dctfmerge.c615 copy_ctf_data(char *srcfile, char *destfile, int keep_stabs) in copy_ctf_data() argument
623 write_ctf(srctd, destfile, tmpname, CTF_COMPRESS | CTF_SWAP_BYTES | keep_stabs); in copy_ctf_data()
761 int keep_stabs = 0; in main() local
789 keep_stabs = CTF_KEEP_STABS; in main()
854 keep_stabs = CTF_KEEP_STABS; in main()
875 copy_ctf_data(argv[optind], argv[optind + 1], keep_stabs); in main()
1013 CTF_COMPRESS | CTF_SWAP_BYTES | write_fuzzy_match | dynsym | keep_stabs); in main()
H A Doutput.c467 int keep_stabs = (flags & CTF_KEEP_STABS); in write_file() local
516 } else if (!keep_stabs && in write_file()