Lines Matching defs:input

152    information.  ABFD is an input file which requires dynamic sections
332 until we have seen all the input files, and the first time the
333 main linker code calls BFD after examining all the input files
334 (size_dynamic_sections) the input sections have already been
356 read the input files, since we need to have a list of all of them
1705 have the version number script until we have read all of the input
2238 can only be fixed after all the input files are seen. This is
3125 /* As a GNU extension, any input sections which are named
3208 format. FIXME: If there are no input BFD's of the same
4195 /* Now that all the symbols from this input file are created, handle
4398 (2) read the relocs twice from the input file, which wastes time.
5828 /* Buffer large enough to hold external local symbols of any input
5833 /* Buffer large enough to hold internal local symbols of any input
5837 of any input BFD. */
5840 symbol of any input BFD. */
5863 /* When performing a relocatable link, the input relocations are
6277 bfd *input;
6289 input = loaded->abfd;
6292 if (input == abfd
6293 || (input->flags & DYNAMIC) == 0
6294 || elf_dynversym (input) == 0)
6297 hdr = &elf_tdata (input)->dynsymtab_hdr;
6300 if (elf_bad_symtab (input))
6314 isymbuf = bfd_elf_get_elf_syms (input, hdr, extsymcount, extsymoff,
6320 versymhdr = &elf_tdata (input)->dynversym_hdr;
6325 if (bfd_seek (input, versymhdr->sh_offset, SEEK_SET) != 0
6326 || (bfd_bread (extversym, versymhdr->sh_size, input)
6347 name = bfd_elf_string_from_elf_section (input,
6353 _bfd_elf_swap_versym_in (input, ever, &iver);
6540 (_("%B: could not find output section %A for input section %A"),
6819 /* Link an input file into the linker output file. This function
6820 handles all the sections and relocations of the input file at once.
7041 relaxation routine. Note that o is a section in an input
7108 /* Badly formatted input files can contain relocs that
7485 requested by the linker, and does not come from any input file. This
7777 /* Sort the input sections in the order of their linked section. */
7972 relocations from the input section to the right output
8155 /* Allocate some memory to hold information read in from the input
8247 relocations for a single input file at the same time.