Lines Matching refs:the_bfd
76 bfd_elf32_arm_init_maps (is->the_bfd);
78 if (!bfd_elf32_arm_process_before_allocation (is->the_bfd,
80 || !bfd_elf32_arm_vfp11_erratum_scan (is->the_bfd, &link_info))
197 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
202 bfd_set_section_alignment (stub_file->the_bfd, stub_sec, alignment_power);
287 bfd *abfd = is->the_bfd;
356 stub_file->the_bfd,
382 bfd_elf32_arm_vfp11_fix_veneer_locations (is->the_bfd, &link_info);
389 if (stub_file->the_bfd->sections != NULL)
479 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
480 if (stub_file->the_bfd == NULL
481 || ! bfd_set_arch_mach (stub_file->the_bfd,
489 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
493 bfd_elf32_arm_add_glue_sections_to_bfd (stub_file->the_bfd, &link_info);
494 bfd_elf32_arm_get_bfd_for_interworking (stub_file->the_bfd, &link_info);