Searched refs:bfd_target (Results 26 - 50 of 103) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbinary.c45 static const bfd_target *binary_object_p PARAMS ((bfd *));
74 static const bfd_target *
356 const bfd_target binary_vec =
H A Delfxx-target.h610 extern const bfd_target TARGET_LITTLE_SYM;
614 const bfd_target TARGET_BIG_SYM =
710 const bfd_target TARGET_LITTLE_SYM =
H A Dmipsbsd.c404 extern const bfd_target aout_mips_big_vec;
406 const bfd_target aout_mips_little_vec =
447 const bfd_target aout_mips_big_vec =
H A Dsco5-core.c47 const bfd_target *sco5_core_file_p PARAMS ((bfd *abfd));
114 const bfd_target *
371 const bfd_target sco5_core_vec =
H A Daix386-core.c70 static const bfd_target *
232 const bfd_target aix386_core_vec = {
H A Dlibbfd.h119 const bfd_target *bfd_generic_archive_p
163 const bfd_target *_bfd_dummy_target
634 extern const bfd_target * const *bfd_target_vector;
635 extern const bfd_target *bfd_default_vector[];
638 extern const bfd_target * const *bfd_associated_vector;
H A Dppcboot.c91 static const bfd_target *ppcboot_object_p PARAMS ((bfd *));
148 static const bfd_target *
506 const bfd_target ppcboot_vec =
H A Dcoff-tic30.c168 const bfd_target tic30_coff_vec =
H A Dlynx-core.c87 const bfd_target *
H A Dsparclynx.c261 const bfd_target * lynx_core_file_p ();
H A Dtekhex.c120 static const bfd_target *tekhex_object_p PARAMS ((bfd *));
571 static const bfd_target *
584 return (const bfd_target *) NULL;
1019 const bfd_target tekhex_vec =
H A Doasys.c52 static const bfd_target *oasys_archive_p
56 static const bfd_target *oasys_object_p
271 extern const bfd_target oasys_vec;
297 static const bfd_target *
335 return (const bfd_target *) NULL;
441 static const bfd_target *
553 return (const bfd_target *) NULL;
1523 const bfd_target oasys_vec =
H A Daout-tic30.c59 static const bfd_target *tic30_aout_object_p
65 static const bfd_target * tic30_aout_callback
332 static const bfd_target *
549 static const bfd_target *
555 const bfd_target *target;
1084 const bfd_target tic30_aout_vec =
H A Dsrec.c121 static const bfd_target *srec_object_p PARAMS ((bfd *));
122 static const bfd_target *symbolsrec_object_p PARAMS ((bfd *));
640 static const bfd_target *
676 static const bfd_target *
1299 const bfd_target srec_vec =
1354 const bfd_target symbolsrec_vec =
H A Dbout.c41 static const bfd_target *b_out_callback
79 static const bfd_target *b_out_object_p
143 static const bfd_target *
173 static const bfd_target *
1500 extern const bfd_target b_out_vec_little_host;
1502 const bfd_target b_out_vec_big_host =
1544 const bfd_target b_out_vec_little_host =
H A Dvms.c40 static const struct bfd_target *vms_object_p
42 static const struct bfd_target *vms_archive_p
180 const bfd_target vms_alpha_vec =
224 const bfd_target vms_vax_vec =
415 Return a (bfd_target *) if it's an object file or zero if not. */
417 static const struct bfd_target *
423 const struct bfd_target *target_vector = 0;
569 Return a (bfd_target *) if it's an archive file or zero. */
571 static const struct bfd_target *
H A Dopncls.c152 const bfd_target *target_vec;
216 const bfd_target *target_vec;
301 const bfd_target *target_vec;
468 const bfd_target *target_vec;
529 const bfd_target *target_vec;
H A Dpeicode.h140 static const bfd_target * pe_ILF_object_p PARAMS ((bfd *));
141 static const bfd_target * pe_bfd_object_p PARAMS ((bfd *));
1104 static const bfd_target *
1182 extern const bfd_target TARGET_LITTLE_SYM;
1271 static const bfd_target *
H A Daout-arm.c484 extern const bfd_target aout_arm_big_vec;
486 const bfd_target aout_arm_little_vec =
527 const bfd_target aout_arm_big_vec =
H A Dihex.c138 static const bfd_target *ihex_object_p
518 static const bfd_target *
1003 const bfd_target ihex_vec =
H A Dpef.c75 static const bfd_target *bfd_pef_object_p PARAMS ((bfd *));
88 static const bfd_target *bfd_pef_xlib_object_p PARAMS ((bfd *));
643 static const bfd_target *
1085 const bfd_target pef_vec =
1205 static const bfd_target *
1243 const bfd_target pef_xlib_vec =
H A Dcoff-i860.c654 static const bfd_target *
660 const bfd_target
H A Dcoff-mips.c1408 extern const bfd_target ecoff_big_vec;
1410 const bfd_target ecoff_little_vec =
1454 const bfd_target ecoff_big_vec =
1497 const bfd_target ecoff_biglittle_vec =
H A Delf-bfd.h1623 extern const bfd_target *bfd_elf32_object_p
1625 extern const bfd_target *bfd_elf32_core_file_p
1665 extern const bfd_target *bfd_elf64_object_p
1667 extern const bfd_target *bfd_elf64_core_file_p
/haiku-fatelf/src/bin/gdb/gdb/
H A Darch-utils.c553 extern const bfd_target DEFAULT_BFD_VEC;
554 static const bfd_target *default_bfd_vec = &DEFAULT_BFD_VEC;
556 static const bfd_target *default_bfd_vec;

Completed in 157 milliseconds

12345