Home | History | Annotate | Download | only in emultempl

Lines Matching full:link_info

52   if (! elf_hash_table (&link_info)->dynamic_sections_created)
216 && i->output_section->owner == link_info.output_bfd)
217 elf${ELFSIZE}_aarch64_next_input_section (& link_info, i);
230 ret = bfd_elf_discard_info (link_info.output_bfd, & link_info);
241 if (stub_file != NULL && !link_info.relocatable)
243 ret = elf${ELFSIZE}_aarch64_setup_section_lists (link_info.output_bfd,
244 &link_info);
256 if (! elf${ELFSIZE}_aarch64_size_stubs (link_info.output_bfd,
258 & link_info,
276 if (! link_info.relocatable)
281 if (! elf${ELFSIZE}_aarch64_build_stubs (& link_info))
294 if (strstr (bfd_get_target (link_info.output_bfd), "aarch64") == NULL)
304 bfd_elf${ELFSIZE}_aarch64_set_options (link_info.output_bfd, &link_info,
313 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
316 bfd_get_arch (link_info.output_bfd),
317 bfd_get_mach (link_info.output_bfd)))