Searched refs:the_bfd (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/ld/
H A Dldfile.c134 entry->the_bfd = bfd_openr (attempt, entry->target);
138 if (entry->the_bfd == NULL)
144 if (entry->the_bfd == NULL)
161 if (bfd_check_format (entry->the_bfd, bfd_archive))
162 check = bfd_openr_next_archived_file (entry->the_bfd, NULL);
164 check = entry->the_bfd;
170 if (check == entry->the_bfd
259 bfd_close (entry->the_bfd);
260 entry->the_bfd = NULL;
267 if (!entry->dynamic && (entry->the_bfd
[all...]
H A Dldlang.c190 if (! skip && file->the_bfd != NULL
191 && file->the_bfd->my_archive != NULL
192 && file->the_bfd->my_archive->filename != NULL)
196 file->the_bfd->my_archive->filename,
200 file->the_bfd->my_archive->filename) == 0;
223 for (s = file->the_bfd->sections; s != NULL; s = s->next)
235 const char *sname = bfd_get_section_name (file->the_bfd, s);
282 bfd_get_section_by_name_if (file->the_bfd, sec->spec.name,
470 for (s = file->the_bfd->sections; s != NULL; s = s->next)
472 const char *sname = bfd_get_section_name (file->the_bfd,
[all...]
H A Dldmisc.c228 if (bfd_my_archive (i->the_bfd) != NULL)
230 bfd_get_filename (bfd_my_archive (i->the_bfd)));
232 if (bfd_my_archive (i->the_bfd) == NULL
H A Dldwrite.c90 if (s->the_bfd != NULL)
92 if (bfd_little_endian (s->the_bfd))
H A Dldlang.h234 bfd *the_bfd; member in struct:lang_input_statement_struct
H A Dldcref.c482 abfd = statement->the_bfd;
H A Dpe-dll.c852 filler_file->the_bfd = filler_bfd = bfd_create ("dll stuff", output_bfd);
2456 fake_file->the_bfd = abfd;
H A Dldmain.c892 input->the_bfd = abfd;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbinary.c174 syms[0].the_bfd = abfd;
182 syms[1].the_bfd = abfd;
190 syms[2].the_bfd = abfd;
H A Dppcboot.c311 syms[0].the_bfd = abfd;
319 syms[1].the_bfd = abfd;
327 syms[2].the_bfd = abfd;
H A Dlibecoff.h169 #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
H A Delf64-sparc.c377 if ((*ptr->sym_ptr_ptr)->the_bfd != NULL
378 && (*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
H A Dtekhex.c419 new->symbol.the_bfd = abfd;
883 new->symbol.the_bfd = abfd;
H A Dlibcoff-in.h175 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
H A Delfcode.h1016 if ((*ptr->sym_ptr_ptr)->the_bfd != NULL
1017 && (*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
1210 sym->symbol.the_bfd = abfd;
H A Dbfd-in.h288 #define bfd_asymbol_bfd(x) ((x)->the_bfd)
H A Dlibaout.h454 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
H A Dlibcoff.h179 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
H A Dsyms.c195 . struct bfd *the_bfd; {* Use bfd_asymbol_bfd(sym) to access this field. *}
532 new->the_bfd = abfd;
H A Delf-bfd.h489 (((S)->the_bfd->xvec->flavour == bfd_target_elf_flavour \
490 && (S)->the_bfd->tdata.elf_obj_data != 0) \
H A Delf64-mips.c2781 if ((*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
2880 if ((*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
H A Dieee.c746 symbol->symbol.the_bfd = abfd;
762 symbol->symbol.the_bfd = abfd;
914 symbol->symbol.the_bfd = abfd;
3631 new->symbol.the_bfd = abfd;
H A Dsrec.c1140 c->the_bfd = abfd;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.h102 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.c2270 static bfd *the_bfd; variable
2275 CORE_ADDR lhs = bfd_get_32 (the_bfd, (bfd_byte *) a);
2276 CORE_ADDR rhs = bfd_get_32 (the_bfd, (bfd_byte *) b);
2313 the_bfd = sec->objfile->obfd;
2315 && (the_bfd->format == bfd_object
2316 && bfd_get_flavour (the_bfd) == bfd_target_elf_flavour
2317 && elf_elfheader (the_bfd)->e_ident[EI_CLASS] == ELFCLASS64))
2356 the_bfd = NULL;

Completed in 276 milliseconds

12