Lines Matching refs:withfile
737 char *withfile = NULL; in main() local
791 withfile = optarg; in main()
806 outfile != NULL || withfile != NULL || dynsym != 0) in main()
812 if (uniqfile != NULL && withfile != NULL) in main()
835 if (withfile && access(withfile, R_OK) != 0) { in main()
837 "ignored.\n", withfile); in main()
838 withfile = NULL; in main()
931 if (uniqfile != NULL || withfile != NULL) { in main()
939 reffile = withfile; in main()
952 savetd->td_nextid = withfile ? reftd->td_nextid : in main()
958 if (withfile) { in main()