/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldfile.c | 138 if (entry->the_bfd == NULL) in ldfile_try_open_bfd() 144 if (entry->the_bfd == NULL) in ldfile_try_open_bfd() 164 check = entry->the_bfd; in ldfile_try_open_bfd() 170 if (check == entry->the_bfd in ldfile_try_open_bfd() 257 bfd_close (entry->the_bfd); in ldfile_try_open_bfd() 258 entry->the_bfd = NULL; in ldfile_try_open_bfd() 269 bfd_close (entry->the_bfd); in ldfile_try_open_bfd() 270 entry->the_bfd = NULL; in ldfile_try_open_bfd() 284 bfd_close (entry->the_bfd); in ldfile_try_open_bfd() 285 entry->the_bfd = NULL; in ldfile_try_open_bfd() [all …]
|
H A D | ldlang.c | 191 if (! skip && file->the_bfd != NULL in walk_wild_consider_section() 192 && file->the_bfd->my_archive != NULL in walk_wild_consider_section() 628 if (f->the_bfd == NULL in walk_wild_file() 848 p->the_bfd = NULL; in new_afile() 2080 if (file->the_bfd != NULL in wild_sort() 2354 bfd_close (entry->the_bfd); in load_symbols() 2355 entry->the_bfd = NULL; in load_symbols() 2421 entry->the_bfd, member); in load_symbols() 2614 if (s->the_bfd != NULL in get_first_input_target() 5217 *pp = entry->the_bfd; in ldlang_add_file() [all …]
|
H A D | ldmisc.c | 221 if (bfd_my_archive (i->the_bfd) != NULL) in vfinfo() 223 bfd_get_filename (bfd_my_archive (i->the_bfd))); in vfinfo() 225 if (bfd_my_archive (i->the_bfd) == NULL in vfinfo()
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldfile.c | 139 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd() 143 if (entry->the_bfd == NULL) in ldfile_try_open_bfd() 149 if (entry->the_bfd == NULL) in ldfile_try_open_bfd() 165 if (bfd_check_format (entry->the_bfd, bfd_archive)) in ldfile_try_open_bfd() 168 check = entry->the_bfd; in ldfile_try_open_bfd() 174 if (check == entry->the_bfd in ldfile_try_open_bfd() 260 bfd_close (entry->the_bfd); in ldfile_try_open_bfd() 261 entry->the_bfd = NULL; in ldfile_try_open_bfd() 277 bfd_close (entry->the_bfd); in ldfile_try_open_bfd() 278 entry->the_bfd = NULL; in ldfile_try_open_bfd() [all …]
|
H A D | ldlang.c | 179 && file->the_bfd->my_archive != NULL in walk_wild_section() 221 if (f->the_bfd == NULL in walk_wild_file() 442 p->the_bfd = NULL; in new_afile() 1191 if (file->the_bfd != NULL in wild_sort() 1203 if (ls->ifile->the_bfd != NULL in wild_sort() 1398 bfd_close (entry->the_bfd); in load_symbols() 1399 entry->the_bfd = NULL; in load_symbols() 1454 entry->the_bfd, member); in load_symbols() 1647 if (s->the_bfd != NULL in get_first_input_target() 3956 *pp = entry->the_bfd; in ldlang_add_file() [all …]
|
H A D | ldmisc.c | 194 if (bfd_my_archive (i->the_bfd) != NULL) in vfinfo() 196 bfd_get_filename (bfd_my_archive (i->the_bfd))); in vfinfo() 198 if (bfd_my_archive (i->the_bfd) == NULL in vfinfo()
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
H A D | hppaelf.em | 81 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd); 82 if (stub_file->the_bfd == NULL 83 || ! bfd_set_arch_mach (stub_file->the_bfd, 91 stub_file->the_bfd->flags |= BFD_LINKER_CREATED; 186 stub_sec = bfd_make_section_anyway (stub_file->the_bfd, stub_sec_name); 192 if (!bfd_set_section_flags (stub_file->the_bfd, stub_sec, flags)) 278 stub_file->the_bfd, 304 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
|
H A D | m68hc1xelf.em | 85 stub_file->the_bfd, 147 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd); 148 if (stub_file->the_bfd == NULL 149 || !bfd_set_arch_mach (stub_file->the_bfd, 256 stub_sec = bfd_make_section_anyway (stub_file->the_bfd, stub_sec_name); 262 if (!bfd_set_section_flags (stub_file->the_bfd, stub_sec, flags)) 295 if (stub_file->the_bfd->sections != NULL) 302 stub_file->the_bfd,
|
H A D | pe.em | 1048 if (is->the_bfd->my_archive) 1134 is->the_bfd->my_archive->filename = n; 1163 if (is->the_bfd->my_archive) 1166 bfd *arch = is->the_bfd->my_archive; 1174 is3 && is3->the_bfd->my_archive == arch; 1193 is2 && is2->the_bfd->my_archive == arch; 1198 pnt = strrchr (is2->the_bfd->filename, '.'); 1202 if (strcmp (is3->the_bfd->filename, 1203 is2->the_bfd->filename)) 1215 pnt = strrchr (is->the_bfd->filename, '.'); [all …]
|
H A D | sh64elf.em | 75 = bfd_get_section_by_name (f->the_bfd, 95 if (bfd_get_flavour (f->the_bfd) == bfd_target_elf_flavour) 98 for (isec = f->the_bfd->sections; 150 for (isec = f->the_bfd->sections; 177 for (isec = f->the_bfd->sections; 281 for (isec = f->the_bfd->sections; 308 for (isec = f->the_bfd->sections; 361 for (isec = f->the_bfd->sections; 431 for (isec = f->the_bfd->sections;
|
H A D | ppc64elf.em | 85 stub_file->the_bfd = bfd_create ("linker stubs", 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 ppc64_elf_init_stub_bfd (stub_file->the_bfd, &link_info); 223 stub_sec = bfd_make_section_anyway (stub_file->the_bfd, stub_sec_name); 229 if (!bfd_set_section_flags (stub_file->the_bfd, stub_sec, flags))
|
H A D | mmo.em | 136 if (bfd_get_flavour (is->the_bfd) == bfd_target_elf_flavour 137 && !_bfd_mmix_check_all_relocs (is->the_bfd, &link_info)) 139 is->the_bfd);
|
H A D | elf32.em | 361 entry->the_bfd); 412 if (s->the_bfd == NULL 416 soname = bfd_elf_get_dt_soname (s->the_bfd); 465 if (s->the_bfd == NULL) 473 if (bfd_stat (s->the_bfd, &st) != 0) 510 soname = bfd_elf_get_dt_soname (s->the_bfd); 1073 if (s->filename == NULL || s->the_bfd == NULL) 1098 soname = bfd_elf_get_dt_soname (s->the_bfd); 1117 if (s->the_bfd == NULL) 1507 is->the_bfd); [all …]
|
/openbsd/gnu/usr.bin/binutils/ld/emultempl/ |
H A D | m68hc1xelf.em | 85 stub_file->the_bfd, 147 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd); 148 if (stub_file->the_bfd == NULL 149 || !bfd_set_arch_mach (stub_file->the_bfd, 256 stub_sec = bfd_make_section_anyway (stub_file->the_bfd, stub_sec_name); 262 if (!bfd_set_section_flags (stub_file->the_bfd, stub_sec, flags)) 295 if (stub_file->the_bfd->sections != NULL) 302 stub_file->the_bfd,
|
H A D | hppaelf.em | 79 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd); 80 if (stub_file->the_bfd == NULL 81 || ! bfd_set_arch_mach (stub_file->the_bfd, 183 stub_sec = bfd_make_section_anyway (stub_file->the_bfd, stub_sec_name); 189 if (!bfd_set_section_flags (stub_file->the_bfd, stub_sec, flags)) 282 stub_file->the_bfd, 308 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
|
H A D | pe.em | 1009 if (is->the_bfd->my_archive) 1094 is->the_bfd->my_archive->filename = n; 1123 if (is->the_bfd->my_archive) 1126 bfd *arch = is->the_bfd->my_archive; 1134 is3 && is3->the_bfd->my_archive == arch; 1153 is2 && is2->the_bfd->my_archive == arch; 1158 pnt = strrchr (is2->the_bfd->filename, '.'); 1162 if (strcmp (is3->the_bfd->filename, 1163 is2->the_bfd->filename)) 1175 pnt = strrchr (is->the_bfd->filename, '.'); [all …]
|
H A D | sh64elf.em | 75 = bfd_get_section_by_name (f->the_bfd, 95 if (bfd_get_flavour (f->the_bfd) == bfd_target_elf_flavour) 98 for (isec = f->the_bfd->sections; 150 for (isec = f->the_bfd->sections; 177 for (isec = f->the_bfd->sections; 281 for (isec = f->the_bfd->sections; 308 for (isec = f->the_bfd->sections; 361 for (isec = f->the_bfd->sections; 431 for (isec = f->the_bfd->sections;
|
H A D | ppc64elf.em | 73 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd); 74 if (stub_file->the_bfd == NULL 75 || !bfd_set_arch_mach (stub_file->the_bfd, 84 ppc64_elf_init_stub_bfd (stub_file->the_bfd, &link_info); 222 stub_sec = bfd_make_section_anyway (stub_file->the_bfd, stub_sec_name); 228 if (!bfd_set_section_flags (stub_file->the_bfd, stub_sec, flags))
|
H A D | beos.em | 419 i = strcmp ((*ra)->input_section.ifile->the_bfd->my_archive->filename, 420 (*rb)->input_section.ifile->the_bfd->my_archive->filename); 449 if (! bfd_get_section_contents ((*ra)->input_section.ifile->the_bfd, 452 (*ra)->input_section.ifile->the_bfd); 454 if (! bfd_get_section_contents ((*rb)->input_section.ifile->the_bfd, 457 (*rb)->input_section.ifile->the_bfd); 569 || !start->input_section.ifile->the_bfd->my_archive) 635 if (!ppc_process_before_allocation(is->the_bfd, &link_info)) 655 if (!arm_process_before_allocation (is->the_bfd, & link_info))
|
H A D | elf32.em | 382 if (s->the_bfd == NULL 386 soname = bfd_elf_get_dt_soname (s->the_bfd); 435 if (s->the_bfd == NULL) 438 if (bfd_stat (s->the_bfd, &st) != 0) 467 soname = bfd_elf_get_dt_soname (s->the_bfd); 841 if (s->the_bfd != NULL) 845 soname = bfd_elf_get_dt_soname (s->the_bfd); 1182 sz = bfd_section_size (is->the_bfd, s); 1186 is->the_bfd); 1190 is->the_bfd, (asection *) NULL, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | binary.c | 173 syms[0].the_bfd = abfd; in binary_canonicalize_symtab() 181 syms[1].the_bfd = abfd; in binary_canonicalize_symtab() 189 syms[2].the_bfd = abfd; in binary_canonicalize_symtab()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | binary.c | 193 syms[0].the_bfd = abfd; 201 syms[1].the_bfd = abfd; 209 syms[2].the_bfd = abfd;
|
H A D | ppcboot.c | 304 syms[0].the_bfd = abfd; 312 syms[1].the_bfd = abfd; 320 syms[2].the_bfd = abfd;
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-som.h | 40 #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd))
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-som.h | 39 #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd))
|