Lines Matching refs:file
8 /// @file
10 /// This program reads an elf file, try to load its debug info (in
181 << "usage: " << prog_name << " [options] [<path-to-elf-file>]\n"
187 << " --headers-dir|--hd <path> the path to headers of the elf file\n"
188 << " --header-file|--hf <path> the path one header of the elf file\n"
189 << " --out-file <file-path> write the output to 'file-path'\n"
191 << " --suppressions|--suppr <path> specify a suppression file\n"
285 else if (!strcmp(argv[i], "--header-file")
294 else if (!strcmp(argv[i], "--out-file"))
484 for (vector<string>::const_iterator file = opts.header_files.begin();
485 file != opts.header_files.end();
486 ++file)
487 if (!check_file(*file, cerr, "abidw"))
494 /// the ABI corpus from the ELF/DWARF file.
497 /// some ABI artifacts on the floor (while reading the ELF/DWARF file)
592 // First of all, create a reader to read the ABI from the file
608 // info file" associated to the input binary, then proceed to do so
615 cout << "found the alternate debug info file";
627 << "could not find alternate debug info file\n";
637 // And now, really read/analyze the ABI of the input file.
643 << "read corpus from elf file in: " << t << "\n";
710 // Save the abi in abixml format in a temporary file, read
712 // against the ABI of the input ELF file.
744 "elf file back\n";
787 << "could not open output file '"
889 << "could not open output file '"