| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | incremental-dump.cc | 60 typename Inputs_reader::Incremental_input_entry_reader input_file = in find_input_containing_global() local 61 incremental_inputs.input_file(i); in find_input_containing_global() 62 if (input_file.type() != INCREMENTAL_INPUT_OBJECT in find_input_containing_global() 63 && input_file.type() != INCREMENTAL_INPUT_ARCHIVE_MEMBER) in find_input_containing_global() 65 unsigned int nsyms = input_file.get_global_symbol_count(); in find_input_containing_global() 66 if (offset >= input_file.get_symbol_offset(0) in find_input_containing_global() 67 && offset < input_file.get_symbol_offset(nsyms)) in find_input_containing_global() 69 *symndx = ((offset - input_file.get_symbol_offset(0)) in find_input_containing_global() 71 return input_file; in find_input_containing_global() 119 Entry_reader input_file = incremental_inputs.input_file(i); in dump_incremental_inputs() local [all …]
|
| H A D | target.cc | 70 Input_file* input_file, in do_make_elf_object_implementation() argument 78 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object_implementation() 81 new Sized_relobj_file<size, big_endian>(name, input_file, offset, ehdr); in do_make_elf_object_implementation() 88 new Sized_dynobj<size, big_endian>(name, input_file, offset, ehdr); in do_make_elf_object_implementation() 106 Target::do_make_elf_object(const std::string& name, Input_file* input_file, in do_make_elf_object() argument 109 return this->do_make_elf_object_implementation<32, false>(name, input_file, in do_make_elf_object() 116 Target::do_make_elf_object(const std::string& name, Input_file* input_file, in do_make_elf_object() argument 119 return this->do_make_elf_object_implementation<32, true>(name, input_file, in do_make_elf_object() 126 Target::do_make_elf_object(const std::string& name, Input_file* input_file, in do_make_elf_object() argument 129 return this->do_make_elf_object_implementation<64, false>(name, input_file, in do_make_elf_object() [all …]
|
| H A D | nacl.h | 37 Sniff_file(Input_file* input_file, off_t offset) in Sniff_file() argument 38 : file_(input_file->file()), offset_(offset) in Sniff_file() 161 recognize_nacl_file(Input_file* input_file, off_t offset) in recognize_nacl_file() argument 168 return do_recognize_nacl_file<32, true>(input_file, offset); in recognize_nacl_file() 172 return do_recognize_nacl_file<64, true>(input_file, offset); in recognize_nacl_file() 182 return do_recognize_nacl_file<32, false>(input_file, offset); in recognize_nacl_file() 186 return do_recognize_nacl_file<64, false>(input_file, offset); in recognize_nacl_file() 195 do_recognize_nacl_file(Input_file* input_file, off_t offset) in do_recognize_nacl_file() argument 197 Sniff_file file(input_file, offset); in do_recognize_nacl_file()
|
| H A D | readsyms.cc | 100 const Input_file* input_file) in incompatible_warning() argument 104 input_file->filename().c_str(), in incompatible_warning() 275 Input_file* input_file = new Input_file(&this->input_argument_->file()); in do_read_symbols() local 276 if (!input_file->open(*this->dirpath_, this, &this->dirindex_)) in do_read_symbols() 281 off_t filesize = input_file->file().filesize(); in do_read_symbols() 286 input_file->file().filename().c_str()); in do_read_symbols() 292 bool is_elf = is_elf_object(input_file, 0, &ehdr, &read_size); in do_read_symbols() 303 input_file, is_thin_archive, in do_read_symbols() 333 punconfigured = (input_file->will_search_for() in do_read_symbols() 336 elf_obj = make_elf_object(input_file->filename(), in do_read_symbols() [all …]
|
| H A D | archive.cc | 191 Archive::Archive(const std::string& name, Input_file* input_file, in Archive() argument 193 : Library_base(task), name_(name), input_file_(input_file), armap_(), in Archive() 200 parameters->options().check_excluded_libs(input_file->found_name()); in Archive() 590 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset() argument 599 *input_file = this->input_file_; in get_file_and_offset() 632 *input_file = new Input_file(input_file_arg); in get_file_and_offset() 634 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy)) in get_file_and_offset() 636 arch = new Archive(*member_name, *input_file, false, this->dirpath_, in get_file_and_offset() 643 return arch->get_file_and_offset(nested_off, input_file, memoff, in get_file_and_offset() 653 *input_file = new Input_file(input_file_arg); in get_file_and_offset() [all …]
|
| H A D | object.h | 443 Object(const std::string& name, Input_file* input_file, bool is_dynamic, 445 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U), in name_() 451 if (input_file != NULL) in name_() 453 input_file->file().add_object(); in name_() 454 this->is_in_system_directory_ = input_file->is_in_system_directory(); in name_() 455 this->as_needed_ = input_file->options().as_needed(); in name_() 524 input_file() in input_file() function 531 input_file() const in input_file() function 550 this->input_file()->file().unlock(t); in unlock() 564 return this->input_file()->file().token(); in token() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | incremental-dump.cc | 60 typename Inputs_reader::Incremental_input_entry_reader input_file = in find_input_containing_global() local 61 incremental_inputs.input_file(i); in find_input_containing_global() 62 if (input_file.type() != INCREMENTAL_INPUT_OBJECT in find_input_containing_global() 63 && input_file.type() != INCREMENTAL_INPUT_ARCHIVE_MEMBER) in find_input_containing_global() 65 unsigned int nsyms = input_file.get_global_symbol_count(); in find_input_containing_global() 66 if (offset >= input_file.get_symbol_offset(0) in find_input_containing_global() 67 && offset < input_file.get_symbol_offset(nsyms)) in find_input_containing_global() 69 *symndx = ((offset - input_file.get_symbol_offset(0)) in find_input_containing_global() 71 return input_file; in find_input_containing_global() 119 Entry_reader input_file = incremental_inputs.input_file(i); in dump_incremental_inputs() local [all …]
|
| H A D | target.cc | 70 Input_file* input_file, in do_make_elf_object_implementation() argument 78 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object_implementation() 81 new Sized_relobj_file<size, big_endian>(name, input_file, offset, ehdr); in do_make_elf_object_implementation() 88 new Sized_dynobj<size, big_endian>(name, input_file, offset, ehdr); in do_make_elf_object_implementation() 106 Target::do_make_elf_object(const std::string& name, Input_file* input_file, in do_make_elf_object() argument 109 return this->do_make_elf_object_implementation<32, false>(name, input_file, in do_make_elf_object() 116 Target::do_make_elf_object(const std::string& name, Input_file* input_file, in do_make_elf_object() argument 119 return this->do_make_elf_object_implementation<32, true>(name, input_file, in do_make_elf_object() 126 Target::do_make_elf_object(const std::string& name, Input_file* input_file, in do_make_elf_object() argument 129 return this->do_make_elf_object_implementation<64, false>(name, input_file, in do_make_elf_object() [all …]
|
| H A D | nacl.h | 37 Sniff_file(Input_file* input_file, off_t offset) in Sniff_file() argument 38 : file_(input_file->file()), offset_(offset) in Sniff_file() 161 recognize_nacl_file(Input_file* input_file, off_t offset) in recognize_nacl_file() argument 168 return do_recognize_nacl_file<32, true>(input_file, offset); in recognize_nacl_file() 172 return do_recognize_nacl_file<64, true>(input_file, offset); in recognize_nacl_file() 182 return do_recognize_nacl_file<32, false>(input_file, offset); in recognize_nacl_file() 186 return do_recognize_nacl_file<64, false>(input_file, offset); in recognize_nacl_file() 195 do_recognize_nacl_file(Input_file* input_file, off_t offset) in do_recognize_nacl_file() argument 197 Sniff_file file(input_file, offset); in do_recognize_nacl_file()
|
| H A D | readsyms.cc | 100 const Input_file* input_file) in incompatible_warning() argument 104 input_file->filename().c_str(), in incompatible_warning() 275 Input_file* input_file = new Input_file(&this->input_argument_->file()); in do_read_symbols() local 276 if (!input_file->open(*this->dirpath_, this, &this->dirindex_)) in do_read_symbols() 281 off_t filesize = input_file->file().filesize(); in do_read_symbols() 286 input_file->file().filename().c_str()); in do_read_symbols() 292 bool is_elf = is_elf_object(input_file, 0, &ehdr, &read_size); in do_read_symbols() 303 input_file, is_thin_archive, in do_read_symbols() 333 punconfigured = (input_file->will_search_for() in do_read_symbols() 336 elf_obj = make_elf_object(input_file->filename(), in do_read_symbols() [all …]
|
| H A D | archive.cc | 191 Archive::Archive(const std::string& name, Input_file* input_file, in Archive() argument 193 : Library_base(task), name_(name), input_file_(input_file), armap_(), in Archive() 200 parameters->options().check_excluded_libs(input_file->found_name()); in Archive() 590 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset() argument 599 *input_file = this->input_file_; in get_file_and_offset() 632 *input_file = new Input_file(input_file_arg); in get_file_and_offset() 634 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy)) in get_file_and_offset() 636 arch = new Archive(*member_name, *input_file, false, this->dirpath_, in get_file_and_offset() 643 return arch->get_file_and_offset(nested_off, input_file, memoff, in get_file_and_offset() 653 *input_file = new Input_file(input_file_arg); in get_file_and_offset() [all …]
|
| H A D | object.h | 443 Object(const std::string& name, Input_file* input_file, bool is_dynamic, 445 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U), in name_() 451 if (input_file != NULL) in name_() 453 input_file->file().add_object(); in name_() 454 this->is_in_system_directory_ = input_file->is_in_system_directory(); in name_() 455 this->as_needed_ = input_file->options().as_needed(); in name_() 524 input_file() in input_file() function 531 input_file() const in input_file() function 550 this->input_file()->file().unlock(t); in unlock() 564 return this->input_file()->file().token(); in token() [all …]
|
| /netbsd-src/usr.bin/m4/ |
| H A D | extern.h | 48 extern struct input_file *fopen_trypath(struct input_file *, const char *); 54 extern void doprintlineno(struct input_file *); 55 extern void doprintfilename(struct input_file *); 121 extern int obtain_char(struct input_file *); 122 extern void set_input(struct input_file *, FILE *, const char *); 123 extern void release_input(struct input_file *); 150 extern size_t trace(const char **, int, struct input_file *); 159 extern struct input_file infile[];/* input file stack (0=stdin) */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype.h | 43 typedef struct input_file_st input_file; typedef 49 const input_file *file; 55 extern const input_file** gt_files; 62 extern input_file* this_file; 63 extern input_file* system_h_file; 68 input_file* input_file_by_name (const char* name); 72 const char *get_file_srcdir_relative_path (const input_file *inpf); 76 get_input_file_name (const input_file *inpf) in get_input_file_name() 93 get_lang_bitmap (const input_file* inpf) in get_lang_bitmap() 103 set_lang_bitmap (input_file* inpf, lang_bitmap n) in set_lang_bitmap() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gengtype.h | 43 typedef struct input_file_st input_file; typedef 49 const input_file *file; 55 extern const input_file** gt_files; 67 extern input_file* this_file; 68 extern input_file* system_h_file; 73 input_file* input_file_by_name (const char* name); 77 const char *get_file_srcdir_relative_path (const input_file *inpf); 81 get_input_file_name (const input_file *inpf) in get_input_file_name() 98 get_lang_bitmap (const input_file* inpf) in get_lang_bitmap() 108 set_lang_bitmap (input_file* inpf, lang_bitmap n) in set_lang_bitmap() [all …]
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/ |
| H A D | bdbhpt-populate.pl | |
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgexec.c | 105 const char *input_file; in main() local 130 input_file = NULL; in main() 150 if (input_file != NULL) in main() 155 input_file = optarg; in main() 206 if (input_file == NULL) in main() 207 input_file = "-"; in main() 210 result = read_catalog_file (input_file, input_syntax); in main()
|
| H A D | msgconv.c | 103 const char *input_file; in main() local 131 input_file = NULL; in main() 240 input_file = "-"; in main() 242 input_file = argv[optind]; in main() 263 result = read_catalog_file (input_file, input_syntax); in main() 267 result = iconv_msgdomain_list (result, to_code, input_file); in main()
|
| H A D | msguniq.c | 106 const char *input_file; in main() local 135 input_file = NULL; in main() 264 input_file = "-"; in main() 266 input_file = argv[optind]; in main() 284 string_list_append (file_list, input_file); in main()
|
| H A D | msgfilter.c | 156 const char *input_file; in main() local 185 input_file = NULL; in main() 214 if (input_file != NULL) in main() 219 input_file = optarg; in main() 345 if (input_file == NULL) in main() 346 input_file = "-"; in main() 349 result = read_catalog_file (input_file, input_syntax); in main() 357 result = iconv_msgdomain_list (result, po_charset_utf8, input_file); in main()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | keama.c | 60 char *input_file = NULL; variable 110 input_file = argv[i]; in main() 122 if (input_file == NULL) { in main() 123 input_file = "--stdin--"; in main() 146 fd = open(input_file, O_RDONLY); in main() 148 usage("Cannot open '%s' for reading", input_file); in main() 159 cfile = new_parse(fd, inbuf, newsize, input_file, 0); in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | w32-hh-toc-from-info.pl | 35 my $input_file = "index.html"; 45 $input_file = $_; 49 print "Processing TOC in $input_file\n"; 56 $tree->parse_file($input_file);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | extract-section.py | 32 def get_raw_section_dump(readobj_path, section_name, input_file): argument 35 input_file] 38 if input_file == '-': 68 arg_parser.set_defaults(format='bits', tool_path='llvm-readobj', input_file='-', 72 raw_section = get_raw_section_dump(args.tool_path, args.section, args.input_file)
|
| /netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/ |
| H A D | generate_test_runner.rb | 48 def run(input_file, output_file, options=nil) argument 55 module_name = File.basename(input_file) 59 source = File.read(input_file) 68 generate(input_file, output_file, tests, used_mocks, testfile_includes) 71 all_files_used = [input_file, output_file] 77 def generate(input_file, output_file, tests, used_mocks, testfile_includes) argument 84 create_main(output, input_file, tests, used_mocks)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | generate_ssl_tests.pl | 26 my $input_file; 32 $input_file = abs_path(shift); 152 read_config($input_file, $provider);
|