Home | History | Annotate | Download | only in gold

Lines Matching defs:input_file

60       typename Inputs_reader::Incremental_input_entry_reader input_file =
61 incremental_inputs.input_file(i);
62 if (input_file.type() != INCREMENTAL_INPUT_OBJECT
63 && input_file.type() != INCREMENTAL_INPUT_ARCHIVE_MEMBER)
65 unsigned int nsyms = input_file.get_global_symbol_count();
66 if (offset >= input_file.get_symbol_offset(0)
67 && offset < input_file.get_symbol_offset(nsyms))
69 *symndx = ((offset - input_file.get_symbol_offset(0))
71 return input_file;
119 Entry_reader input_file = incremental_inputs.input_file(i);
121 const char* objname = input_file.filename();
130 Timespec mtime = input_file.get_mtime();
136 printf(" Serial Number: %d\n", input_file.arg_serial());
138 input_file.is_in_system_directory() ? "true" : "false");
140 Incremental_input_type input_type = input_file.type();
149 input_file.get_input_section_count());
151 input_file.get_global_symbol_count());
153 input_file.get_local_symbol_offset());
155 input_file.get_local_symbol_count());
157 input_file.get_first_dyn_reloc());
159 input_file.get_dyn_reloc_count());
161 input_file.get_comdat_group_count());
165 printf(" Member count: %d\n", input_file.get_member_count());
167 input_file.get_unused_symbol_count());
172 input_file.as_needed() ? "true" : "false");
174 input_file.get_soname());
176 input_file.get_global_symbol_count());
180 printf(" Object count: %d\n", input_file.get_object_count());
192 Entry_reader input_file(incremental_inputs.input_file(i));
194 if (input_file.type() != INCREMENTAL_INPUT_OBJECT
195 && input_file.type() != INCREMENTAL_INPUT_ARCHIVE_MEMBER)
198 const char* objname = input_file.filename();
210 unsigned int nsections = input_file.get_input_section_count();
214 input_file.get_input_section(shndx));
222 unsigned int ncomdat = input_file.get_comdat_group_count();
225 input_file.get_comdat_group_signature(i));
274 Entry_reader input_file(incremental_inputs.input_file(i));
276 if (input_file.type() != INCREMENTAL_INPUT_OBJECT
277 && input_file.type() != INCREMENTAL_INPUT_ARCHIVE_MEMBER
278 && input_file.type() != INCREMENTAL_INPUT_SHARED_LIBRARY)
281 const char* objname = input_file.filename();
291 unsigned int nsyms = input_file.get_global_symbol_count();
295 if (input_file.type() == INCREMENTAL_INPUT_SHARED_LIBRARY)
302 input_file.get_output_symbol_index(symndx, &is_def, &is_copy);
320 input_file.get_global_symbol_reader(symndx));
330 input_file.get_symbol_offset(symndx),
355 Entry_reader input_file =
359 input_file.get_global_symbol_reader(sym_ndx));
361 input_file.filename(), sym_info.reloc_offset(),
400 Entry_reader input_file =
401 incremental_inputs.input_file(got_input_index);
402 const char* objname = input_file.filename();
433 Entry_reader input_file(incremental_inputs.input_file(i));
435 if (input_file.type() != INCREMENTAL_INPUT_ARCHIVE)
438 const char* objname = input_file.filename();
447 unsigned int nsyms = input_file.get_unused_symbol_count();
449 printf(" %s\n", input_file.get_unused_symbol(symndx));