/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 145 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd() 149 if (entry->the_bfd == NULL) in ldfile_try_open_bfd() 155 if (entry->the_bfd == NULL) in ldfile_try_open_bfd() 163 entry->the_bfd->flags |= BFD_DECOMPRESS; in ldfile_try_open_bfd() 180 if (bfd_check_format (entry->the_bfd, bfd_archive)) in ldfile_try_open_bfd() 181 check = bfd_openr_next_archived_file (entry->the_bfd, NULL); in ldfile_try_open_bfd() 183 check = entry->the_bfd; in ldfile_try_open_bfd() 189 if (check == entry->the_bfd in ldfile_try_open_bfd() 278 bfd_close (entry->the_bfd); in ldfile_try_open_bfd() 279 entry->the_bfd = NULL; in ldfile_try_open_bfd() [all …]
|
D | ldlang.c | 184 == (f->the_bfd != NULL && f->the_bfd->my_archive != NULL))) in input_statement_is_archive_path() 190 const char *aname = f->the_bfd->my_archive->filename; in input_statement_is_archive_path() 256 else if (file->the_bfd != NULL in walk_wild_consider_section() 257 && file->the_bfd->my_archive != NULL in walk_wild_consider_section() 259 file->the_bfd->my_archive->filename) == 0) in walk_wild_consider_section() 278 for (s = file->the_bfd->sections; s != NULL; s = s->next) in walk_wild_section_general() 290 const char *sname = bfd_get_section_name (file->the_bfd, s); in walk_wild_section_general() 334 bfd_get_section_by_name_if (file->the_bfd, sec->spec.name, in find_section() 579 for (s = file->the_bfd->sections; s != NULL; s = s->next) in walk_wild_section_specs1_wild1() 581 const char *sname = bfd_get_section_name (file->the_bfd, s); in walk_wild_section_specs1_wild1() [all …]
|
D | plugin.c | 290 asym->the_bfd = abfd; in asymbol_from_plugin_symbol() 876 file->handle = plugin_get_ir_dummy_bfd (entry->the_bfd->filename, in plugin_maybe_claim() 877 entry->the_bfd); in plugin_maybe_claim() 889 if (entry->the_bfd->my_archive == NULL) in plugin_maybe_claim() 890 bfd_close (entry->the_bfd); in plugin_maybe_claim() 891 entry->the_bfd = file->handle; in plugin_maybe_claim() 893 bfd_make_readable (entry->the_bfd); in plugin_maybe_claim()
|
D | ldmisc.c | 232 if (bfd_my_archive (i->the_bfd) != NULL) in vfinfo() 234 bfd_get_filename (bfd_my_archive (i->the_bfd))); in vfinfo() 236 if (bfd_my_archive (i->the_bfd) == NULL in vfinfo()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | armelf.em | 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); [all …]
|
D | nios2elf.em | 61 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 62 if (stub_file->the_bfd == NULL 63 || ! bfd_set_arch_mach (stub_file->the_bfd, 71 stub_file->the_bfd->flags |= BFD_LINKER_CREATED; 178 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, 271 stub_file->the_bfd, 288 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
|
D | metagelf.em | 56 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 57 if (stub_file->the_bfd == NULL 58 || ! bfd_set_arch_mach (stub_file->the_bfd, 66 stub_file->the_bfd->flags |= BFD_LINKER_CREATED; 162 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, 254 stub_file->the_bfd, 272 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
|
D | aarch64elf.em | 58 bfd_elf${ELFSIZE}_aarch64_init_maps (is->the_bfd); 169 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, 174 bfd_set_section_alignment (stub_file->the_bfd, stub_sec, 2); 257 stub_file->the_bfd, 279 if (stub_file->the_bfd->sections != NULL) 313 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 314 if (stub_file->the_bfd == NULL 315 || ! bfd_set_arch_mach (stub_file->the_bfd, 323 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
|
D | hppaelf.em | 79 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 80 if (stub_file->the_bfd == NULL 81 || ! bfd_set_arch_mach (stub_file->the_bfd, 89 stub_file->the_bfd->flags |= BFD_LINKER_CREATED; 185 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, 277 stub_file->the_bfd, 303 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
|
D | m68hc1xelf.em | 85 stub_file->the_bfd, 147 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 148 if (stub_file->the_bfd == NULL 149 || !bfd_set_arch_mach (stub_file->the_bfd, 257 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, 290 if (stub_file->the_bfd->sections != NULL) 297 stub_file->the_bfd,
|
D | pe.em | 1498 bfd_map_over_sections (is->the_bfd, debug_section_p, &found_debug); 1551 if (bfd_arm_get_bfd_for_interworking (is->the_bfd, & link_info)) 1570 if (is->the_bfd->my_archive) 1576 for (sec = is->the_bfd->sections; sec; sec = sec->next) 1589 for (sec = is->the_bfd->sections; sec; sec = sec->next) 1597 relsize = bfd_get_reloc_upper_bound (is->the_bfd, sec); 1601 if (!bfd_generic_link_read_symbols (is->the_bfd)) 1604 is->the_bfd); 1607 symbols = bfd_get_outsymbols (is->the_bfd); 1610 nrelocs = bfd_canonicalize_reloc (is->the_bfd, sec, [all …]
|
D | avrelf.em | 53 stub_file->the_bfd, 114 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 115 if (stub_file->the_bfd == NULL 116 || !bfd_set_arch_mach (stub_file->the_bfd, 128 avr_stub_section = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
|
D | sh64elf.em | 77 = bfd_get_section_by_name (f->the_bfd, 97 if (bfd_get_flavour (f->the_bfd) == bfd_target_elf_flavour) 101 for (isec = f->the_bfd->sections; 153 for (isec = f->the_bfd->sections; 180 for (isec = f->the_bfd->sections; 285 for (isec = f->the_bfd->sections; 312 for (isec = f->the_bfd->sections; 365 for (isec = f->the_bfd->sections; 430 for (isec = f->the_bfd->sections;
|
D | pep.em | 1463 bfd_map_over_sections (is->the_bfd, debug_section_p, &found_debug); 1514 if (is->the_bfd->my_archive) 1520 for (sec = is->the_bfd->sections; sec; sec = sec->next) 1533 for (sec = is->the_bfd->sections; sec; sec = sec->next) 1541 relsize = bfd_get_reloc_upper_bound (is->the_bfd, sec); 1545 if (!bfd_generic_link_read_symbols (is->the_bfd)) 1548 is->the_bfd); 1551 symbols = bfd_get_outsymbols (is->the_bfd); 1554 nrelocs = bfd_canonicalize_reloc (is->the_bfd, sec, 1590 (is->the_bfd->my_archive), [all …]
|
D | spuelf.em | 214 if (!spu_elf_open_builtin_lib (&ovl_is->the_bfd, mgr_stream)) 227 for (in = ovl_is->the_bfd->sections; in != NULL; in = in->next) 496 if (entry->the_bfd->format != bfd_object 497 || strcmp (entry->the_bfd->xvec->name, "elf32-spu") != 0 498 || (entry->the_bfd->tdata.elf_obj_data->elf_header->e_type != ET_EXEC 499 && entry->the_bfd->tdata.elf_obj_data->elf_header->e_type != ET_DYN)) 503 sym = base_name (entry->the_bfd->filename); 535 cmd[3] = entry->the_bfd->filename; 581 bfd_section_list_clear (entry->the_bfd);
|
D | elf32.em | 132 && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0) 134 entry->the_bfd); 137 || (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) == 0) 140 bfd_elf_set_dyn_lib_class (entry->the_bfd, 193 if (s->the_bfd == NULL 194 || (bfd_get_file_flags (s->the_bfd) & DYNAMIC) == 0) 197 soname = bfd_elf_get_dt_soname (s->the_bfd); 199 soname = lbasename (bfd_get_filename (s->the_bfd)); 246 if (s->the_bfd == NULL) 251 if ((bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0) [all …]
|
D | ppc64elf.em | 85 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd); 86 if (stub_file->the_bfd == NULL 87 || !bfd_set_arch_mach (stub_file->the_bfd, 95 stub_file->the_bfd->flags |= BFD_LINKER_CREATED; 97 params.stub_bfd = stub_file->the_bfd; 188 if (i->owner == stub_file->the_bfd) 376 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, 379 || !bfd_set_section_alignment (stub_file->the_bfd, stub_sec,
|
D | mmo.em | 209 if (bfd_get_flavour (is->the_bfd) == bfd_target_elf_flavour 210 && !_bfd_mmix_check_all_relocs (is->the_bfd, &link_info)) 212 is->the_bfd);
|
D | z80.em | 55 mach_type = bfd_get_mach (entry->the_bfd);
|
D | xtensaelf.em | 298 asection *sec = f->the_bfd->sections; 306 replace_instruction_table_sections (f->the_bfd, sec); 457 if ((is_big_endian && f->the_bfd->xvec->byteorder == BFD_ENDIAN_LITTLE) 458 || (!is_big_endian && f->the_bfd->xvec->byteorder == BFD_ENDIAN_BIG)) 460 f->the_bfd); 463 first_bfd = f->the_bfd; 465 info_sec = bfd_get_section_by_name (f->the_bfd, ".xtensa.info"); 474 check_xtensa_info (f->the_bfd, info_sec);
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | binary.c | 161 syms[0].the_bfd = abfd; in binary_canonicalize_symtab() 169 syms[1].the_bfd = abfd; in binary_canonicalize_symtab() 177 syms[2].the_bfd = abfd; in binary_canonicalize_symtab()
|
D | ppcboot.c | 286 syms[0].the_bfd = abfd; in ppcboot_canonicalize_symtab() 294 syms[1].the_bfd = abfd; in ppcboot_canonicalize_symtab() 302 syms[2].the_bfd = abfd; in ppcboot_canonicalize_symtab()
|
D | plugin.c | 441 s->the_bfd = abfd; in bfd_plugin_canonicalize_symtab() 493 new_symbol->the_bfd = abfd; in bfd_plugin_make_empty_symbol()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-som.h | 39 #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd))
|
D | obj-elf.h | 97 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd))
|