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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbinary.c193 syms[0].the_bfd = abfd;
201 syms[1].the_bfd = abfd;
209 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.h171 #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
H A Dtekhex.c451 new->symbol.the_bfd = abfd;
944 new->symbol.the_bfd = abfd;
H A Dlibcoff-in.h178 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
H A Dnlm32-i386.c357 sym -> symbol.the_bfd = abfd;
H A Doasys.c225 dest->the_bfd = abfd;
236 dest->the_bfd = abfd;
1385 new->symbol.the_bfd = abfd;
H A Dpef.c168 sym->the_bfd = abfd;
744 traceback.the_bfd = abfd;
916 sym.the_bfd = abfd;
H A Dnlm32-sparc.c273 sym -> symbol.the_bfd = abfd;
H A Delf-bfd.h496 (((S)->the_bfd->xvec->flavour == bfd_target_elf_flavour \
497 && (S)->the_bfd->tdata.elf_obj_data != 0) \
H A Dversados.c211 n->the_bfd = abfd;
592 s->the_bfd = abfd;
H A Delfcode.h896 if ((*ptr->sym_ptr_ptr)->the_bfd != NULL
897 && (*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
1090 sym->symbol.the_bfd = abfd;
H A Dnlmcode.h951 new->symbol.the_bfd = abfd;
1067 sym->symbol.the_bfd = abfd;
1127 sym->symbol.the_bfd = abfd;
H A Dbfd-in.h264 #define bfd_asymbol_bfd(x) ((x)->the_bfd)
H A Dhp300hpux.c600 cache_ptr->symbol.the_bfd = abfd;
H A Dlibaout.h456 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
H A Dnlm32-alpha.c637 sym -> symbol.the_bfd = abfd;
H A Dnlm32-ppc.c670 sym -> symbol.the_bfd = abfd;
H A Dsyms.c195 . struct bfd *the_bfd; {* Use bfd_asymbol_bfd(sym) to access this field. *}
524 new->the_bfd = abfd;
H A Delf64-mips.c2377 if ((*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
2476 if ((*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
H A Dieee.c899 symbol->symbol.the_bfd = abfd;
915 symbol->symbol.the_bfd = abfd;
1066 symbol->symbol.the_bfd = abfd;
3851 new->symbol.the_bfd = abfd;
H A Dlibcoff.h182 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
H A Dpeicode.h607 sym->symbol.the_bfd = vars->abfd;
H A Dsrec.c1214 c->the_bfd = abfd;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmips-tdep.c2699 static bfd *the_bfd; variable
2704 CORE_ADDR lhs = bfd_get_32 (the_bfd, (bfd_byte *) a);
2705 CORE_ADDR rhs = bfd_get_32 (the_bfd, (bfd_byte *) b);
2739 the_bfd = sec->objfile->obfd;
2741 && (the_bfd->format == bfd_object
2742 && bfd_get_flavour (the_bfd) == bfd_target_elf_flavour
2743 && elf_elfheader (the_bfd)->e_ident[EI_CLASS] == ELFCLASS64))
2782 the_bfd = NULL;

Completed in 210 milliseconds

12