| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | libpei.h | 303 #define bfd_target_pei_p(xvec) \ argument 304 (CONST_STRNEQ ((xvec)->name, "pei-")) 307 #define bfd_target_pei_arch(xvec) \ argument 308 ((xvec)->name + sizeof ("pei-") - 1) 311 #define bfd_target_efi_p(xvec) \ argument 312 (CONST_STRNEQ ((xvec)->name, "efi-app-")) 315 #define bfd_target_efi_arch(xvec) \ argument 316 ((xvec)->name + sizeof ("efi-app-") - 1) 321 (bfd_target_pei_p ((abfd)->xvec) \ 322 || bfd_target_efi_p ((abfd)->xvec))
|
| D | format.c | 138 save_targ = abfd->xvec; in bfd_check_format_matches() 173 abfd->xvec = right_targ; /* Set the target as returned. */ in bfd_check_format_matches() 203 abfd->xvec = save_targ; in bfd_check_format_matches() 225 abfd->xvec = *target; /* Change BFD's target temporarily. */ in bfd_check_format_matches() 275 abfd->xvec = save_targ; in bfd_check_format_matches() 329 abfd->xvec = right_targ; /* Change BFD's target permanently. */ in bfd_check_format_matches() 345 abfd->xvec = save_targ; /* Restore original target type. */ in bfd_check_format_matches()
|
| D | bfd-in.h | 287 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour) 535 #define bfd_get_target(abfd) ((abfd)->xvec->name) 536 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour) 540 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG) 541 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE) 543 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG) 545 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE) 547 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) 548 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 552 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types) [all …]
|
| D | elfcore.h | 40 if (core_bfd->xvec != exec_bfd->xvec) in elf_core_file_matches_executable_p() 123 if (! (*abfd->xvec->_bfd_set_format[bfd_core]) (abfd)) in elf_core_file_p() 233 return abfd->xvec; in elf_core_file_p()
|
| D | bfd.c | 870 if (abfd->xvec->flavour == bfd_target_elf_flavour) in bfd_get_arch_size() 962 if (abfd->xvec->flavour == bfd_target_ecoff_flavour) in bfd_get_gp_size() 964 else if (abfd->xvec->flavour == bfd_target_elf_flavour) in bfd_get_gp_size() 990 if (abfd->xvec->flavour == bfd_target_ecoff_flavour) in bfd_set_gp_size() 992 else if (abfd->xvec->flavour == bfd_target_elf_flavour) in bfd_set_gp_size() 1008 if (abfd->xvec->flavour == bfd_target_ecoff_flavour) in _bfd_get_gp_value() 1010 else if (abfd->xvec->flavour == bfd_target_elf_flavour) in _bfd_get_gp_value() 1026 if (abfd->xvec->flavour == bfd_target_ecoff_flavour) in _bfd_set_gp_value() 1028 else if (abfd->xvec->flavour == bfd_target_elf_flavour) in _bfd_set_gp_value() 1329 fn = abfd2->xvec->_bfd_get_relocated_section_contents; in bfd_get_relocated_section_contents()
|
| D | reloc.c | 709 if (abfd->xvec->flavour == bfd_target_coff_flavour in bfd_perform_relocation() 710 && strcmp (abfd->xvec->name, "coff-Intel-little") != 0 in bfd_perform_relocation() 711 && strcmp (abfd->xvec->name, "coff-Intel-big") != 0) in bfd_perform_relocation() 1092 if (abfd->xvec->flavour == bfd_target_coff_flavour in bfd_install_relocation() 1093 && strcmp (abfd->xvec->name, "coff-Intel-little") != 0 in bfd_install_relocation() 1094 && strcmp (abfd->xvec->name, "coff-Intel-big") != 0) in bfd_install_relocation() 1167 if (strcmp (abfd->xvec->name, "coff-z8k") != 0) in bfd_install_relocation()
|
| D | libbfd.c | 848 if (abfd->xvec->_bfd_get_section_contents in _bfd_generic_get_section_contents_in_window() 941 if (ibfd->xvec->byteorder != obfd->xvec->byteorder in _bfd_generic_verify_endian_match() 942 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN in _bfd_generic_verify_endian_match() 943 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN) in _bfd_generic_verify_endian_match()
|
| D | bfd-in2.h | 294 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour) 542 #define bfd_get_target(abfd) ((abfd)->xvec->name) 543 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour) 547 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG) 548 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE) 550 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG) 552 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE) 554 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) 555 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 559 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types) [all …]
|
| D | elf64-sparc.c | 378 && (*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec in elf64_sparc_write_relocs() 443 if (info->hash->creator != abfd->xvec in elf64_sparc_add_symbol_hook() 512 && info->hash->creator == abfd->xvec) in elf64_sparc_add_symbol_hook()
|
| D | sco5-core.c | 186 return abfd->xvec; /* Done for version 1 */ 314 return abfd->xvec;
|
| D | peicode.h | 1149 if (abfd->xvec == & TARGET_LITTLE_SYM) in pe_ILF_object_p() 1234 return abfd->xvec; in pe_ILF_object_p() 1338 if (bfd_target_efi_p (abfd->xvec)) in pe_bfd_object_p() 1339 arch = pe_arch (bfd_target_efi_arch (abfd->xvec)); in pe_bfd_object_p() 1341 arch = pe_arch (bfd_target_pei_arch (abfd->xvec)); in pe_bfd_object_p()
|
| D | opncls.c | 105 nbfd->xvec = obfd->xvec; in _bfd_new_bfd_contained_in() 765 nbfd->xvec = templ->xvec; in bfd_create()
|
| D | aoutf1.h | 678 return abfd->xvec; in sunos4_core_file_p() 696 if (core_bfd->xvec != exec_bfd->xvec) in sunos4_core_file_matches_executable_p()
|
| D | freebsd.h | 118 if (strcmp (abfd->xvec->name, "a.out-m68k4k-netbsd") == 0) in MY()
|
| D | archive.c | 156 #define ar_padchar(abfd) ((abfd)->xvec->ar_pad_char) 157 #define ar_maxnamelen(abfd) ((abfd)->xvec->ar_max_namelen) 671 && first->xvec != abfd->xvec) in bfd_generic_archive_p() 681 return abfd->xvec; in bfd_generic_archive_p() 1229 unsigned int maxname = abfd->xvec->ar_max_namelen; in _bfd_construct_extended_name_table()
|
| D | sparclinux.c | 359 && abfd->xvec == info->hash->creator) 368 && abfd->xvec == info->hash->creator) 561 if (output_bfd->xvec != &MY(vec))
|
| D | i386linux.c | 358 && abfd->xvec == info->hash->creator) 367 && abfd->xvec == info->hash->creator) 561 if (output_bfd->xvec != &MY(vec))
|
| D | xcofflink.c | 562 if (info->hash->creator != abfd->xvec) in xcoff_link_add_dynamic_symbols() 788 if (info->hash->creator == abfd->xvec) in xcoff_link_create_extra_sections() 1296 && info->hash->creator == abfd->xvec in xcoff_link_add_symbols() 1666 if (info->hash->creator == abfd->xvec) in xcoff_link_add_symbols() 1791 if (info->hash->creator == abfd->xvec) in xcoff_link_add_symbols() 1850 if (info->hash->creator == abfd->xvec in xcoff_link_add_symbols() 2068 && info->hash->creator == abfd->xvec) in xcoff_link_check_ar_symbols() 2101 && (info->hash->creator != abfd->xvec in xcoff_link_check_ar_symbols() 2182 && (info->hash->creator == member->xvec) in _bfd_xcoff_bfd_link_add_symbols() 2254 if (sec->owner->xvec == info->hash->creator in xcoff_mark() [all …]
|
| D | osf-core.c | 151 return abfd->xvec;
|
| D | ptrace-core.c | 128 return abfd->xvec;
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 300 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour) 548 #define bfd_get_target(abfd) ((abfd)->xvec->name) 549 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour) 553 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG) 554 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE) 556 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG) 558 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE) 560 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) 561 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 565 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types) [all …]
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | ar.c | 298 && strlen (filename) > abfd->xvec->ar_max_namelen) in normalize() 303 s = (char *) xmalloc (abfd->xvec->ar_max_namelen + 1); in normalize() 304 memcpy (s, filename, abfd->xvec->ar_max_namelen); in normalize() 305 s[abfd->xvec->ar_max_namelen] = '\0'; in normalize()
|
| D | objdump.c | 1947 struct bfd_target *xvec; in disassemble_data() local 1949 xvec = xmalloc (sizeof (struct bfd_target)); in disassemble_data() 1950 memcpy (xvec, abfd->xvec, sizeof (struct bfd_target)); in disassemble_data() 1951 xvec->byteorder = endian; in disassemble_data() 1952 abfd->xvec = xvec; in disassemble_data() 2851 abfd->xvec->name); in dump_bfd()
|
| /freebsd-9-stable/contrib/diff/src/ |
| D | analyze.c | 42 static lin *xvec, *yvec; /* Vectors being compared. */ variable 97 lin const *const xv = xvec; /* Still more help for the compiler. */ in diag() 332 lin const *xv = xvec; /* Help the compiler. */ in compareseq() 883 xvec = cmp->file[0].undiscarded; in diff_2_files()
|
| /freebsd-9-stable/contrib/cvs/diff/ |
| D | analyze.c | 36 static int *xvec, *yvec; /* Vectors being compared. */ variable 104 int const *const xv = xvec; /* Still more help for the compiler. */ 341 int * const xv = xvec; /* Help the compiler. */ 932 xvec = filevec[0].undiscarded;
|