Searched refs:xvec (Results 1 - 25 of 96) sorted by relevance

1234

/haiku-fatelf/src/bin/gdb/bfd/
H A Dformat.c136 save_targ = abfd->xvec;
171 abfd->xvec = right_targ; /* Set the target as returned. */
193 abfd->xvec = save_targ;
213 abfd->xvec = *target; /* Change BFD's target temporarily. */
273 abfd->xvec = save_targ;
327 abfd->xvec = right_targ; /* Change BFD's target permanently. */
335 abfd->xvec = save_targ; /* Restore original target type. */
H A Delfcore.h40 if (core_bfd->xvec != exec_bfd->xvec)
123 if (! (*abfd->xvec->_bfd_set_format[bfd_core]) (abfd))
232 return abfd->xvec;
H A Dbfd-in.h265 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
502 #define bfd_get_target(abfd) ((abfd)->xvec->name)
503 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
507 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
508 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
510 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
512 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
514 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
515 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
519 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec
[all...]
H A Dbfd.c46 . const struct bfd_target *xvec;
816 if (abfd->xvec->flavour == bfd_target_elf_flavour)
906 if (abfd->xvec->flavour == bfd_target_ecoff_flavour)
908 else if (abfd->xvec->flavour == bfd_target_elf_flavour)
934 if (abfd->xvec->flavour == bfd_target_ecoff_flavour)
936 else if (abfd->xvec->flavour == bfd_target_elf_flavour)
952 if (abfd->xvec->flavour == bfd_target_ecoff_flavour)
954 else if (abfd->xvec->flavour == bfd_target_elf_flavour)
970 if (abfd->xvec->flavour == bfd_target_ecoff_flavour)
972 else if (abfd->xvec
[all...]
H A Dfreebsd.h84 if (strcmp (abfd->xvec->name, "a.out-m68k4k-netbsd") == 0)
H A Dlibbfd.c729 if (abfd->xvec->_bfd_get_section_contents
822 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
823 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
824 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
H A Dreloc.c714 if (abfd->xvec->flavour == bfd_target_coff_flavour
715 && strcmp (abfd->xvec->name, "coff-Intel-little") != 0
716 && strcmp (abfd->xvec->name, "coff-Intel-big") != 0)
1099 if (abfd->xvec->flavour == bfd_target_coff_flavour
1100 && strcmp (abfd->xvec->name, "coff-Intel-little") != 0
1101 && strcmp (abfd->xvec->name, "coff-Intel-big") != 0)
H A Dlibpei.h336 (strncmp ((abfd)->xvec->name, "pei-", 4) == 0 \
337 || strncmp ((abfd)->xvec->name, "efi-app-", 8) == 0)
H A Dbfd-in2.h272 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
509 #define bfd_get_target(abfd) ((abfd)->xvec->name)
510 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
514 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
515 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
517 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
519 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
521 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
522 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
526 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec
3875 const struct bfd_target *xvec; member in struct:bfd
[all...]
H A Dcoff-mcore.c406 if ( input_bfd->xvec->byteorder != output_bfd->xvec->byteorder
407 && output_bfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
H A Dlynx-core.c205 return abfd->xvec;
H A Dmach-o.c175 if (abfd == NULL || abfd->xvec == NULL)
178 if (! ((abfd->xvec == &mach_o_be_vec)
179 || (abfd->xvec == &mach_o_le_vec)
180 || (abfd->xvec == &mach_o_fat_vec)))
1669 abfd->flags = (abfd->xvec->object_flags
1774 && abfd->xvec->byteorder == BFD_ENDIAN_BIG
1775 && abfd->xvec->header_byteorder == BFD_ENDIAN_BIG)
1777 && abfd->xvec->byteorder == BFD_ENDIAN_LITTLE
1778 && abfd->xvec->header_byteorder == BFD_ENDIAN_LITTLE)))
1791 return abfd->xvec;
[all...]
H A Dosf-core.c151 return abfd->xvec;
H A Dtargets.c92 Every BFD points to a target structure with its <<xvec>>
106 . ((*((bfd)->xvec->message)) arglist)
111 . (((bfd) && (bfd)->xvec && (bfd)->xvec->message) ? \
112 . ((*((bfd)->xvec->message)) arglist) : \
119 . (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
124 . (((bfd) && (bfd)->xvec && (bfd)->xvec->message) ? \
125 . (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
130 <<xvec>> membe
[all...]
H A Dcoff-stgo32.c401 if (ibfd->xvec != obfd->xvec)
H A Dsco5-core.c189 return abfd->xvec; /* Done for version 1 */
317 return abfd->xvec;
H A Daoutf1.h727 return abfd->xvec;
749 if (core_bfd->xvec != exec_bfd->xvec)
H A Di386linux.c351 FIXME: What if abfd->xvec != info->hash->creator? We may want to
361 && abfd->xvec == info->hash->creator)
370 && abfd->xvec == info->hash->creator)
565 if (output_bfd->xvec != &MY(vec))
H A Dm68klinux.c355 FIXME: What if abfd->xvec != info->hash->creator? We may want to
365 && abfd->xvec == info->hash->creator)
374 && abfd->xvec == info->hash->creator)
569 if (output_bfd->xvec != &MY(vec))
H A Dsparclinux.c351 FIXME: What if abfd->xvec != info->hash->creator? We may want to
361 && abfd->xvec == info->hash->creator)
370 && abfd->xvec == info->hash->creator)
566 if (output_bfd->xvec != &MY(vec))
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h272 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
509 #define bfd_get_target(abfd) ((abfd)->xvec->name)
510 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
514 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
515 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
517 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
519 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
521 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
522 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
526 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec
3875 const struct bfd_target *xvec; member in struct:bfd
[all...]
H A Dbfd.h272 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
509 #define bfd_get_target(abfd) ((abfd)->xvec->name)
510 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
514 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
515 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
517 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
519 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
521 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
522 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
526 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec
3875 const struct bfd_target *xvec; member in struct:bfd
[all...]
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h270 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
507 #define bfd_get_target(abfd) ((abfd)->xvec->name)
508 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
512 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
513 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
515 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
517 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
519 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
520 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
524 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec
3873 const struct bfd_target *xvec; member in struct:bfd
[all...]
H A Dbfd.h270 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
507 #define bfd_get_target(abfd) ((abfd)->xvec->name)
508 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
512 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
513 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
515 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
517 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
519 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
520 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
524 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec
3873 const struct bfd_target *xvec; member in struct:bfd
[all...]
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c42 static lin *xvec, *yvec; /* Vectors being compared. */ variable
100 lin const *const xv = xvec; /* Still more help for the compiler. */
337 lin * const xv = xvec; /* Help the compiler. */
918 xvec = cmp->file[0].undiscarded;

Completed in 218 milliseconds

1234