Searched refs:_bfd_generic_verify_endian_match (Results 1 – 25 of 26) sorted by relevance
12
/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-sh.c | 513 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in sh_merge_bfd_arch()
|
D | elf32-mcore.c | 58 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in mcore_elf_merge_private_bfd_data()
|
D | elf32-mt.c | 509 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE) in mt_elf_merge_private_bfd_data()
|
D | elf32-sh64.c | 210 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in sh64_elf_merge_private_data()
|
D | elf32-mep.c | 593 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE) in mep_elf_merge_private_bfd_data()
|
D | libbfd-in.h | 730 extern bfd_boolean _bfd_generic_verify_endian_match
|
D | libbfd.c | 1000 _bfd_generic_verify_endian_match (bfd *ibfd, bfd *obfd) in _bfd_generic_verify_endian_match() function
|
D | libbfd.h | 735 extern bfd_boolean _bfd_generic_verify_endian_match
|
D | elf32-m68hc1x.c | 1341 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in _bfd_m68hc11_elf_merge_private_bfd_data()
|
D | elf32-cris.c | 4160 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in cris_elf_merge_private_bfd_data() 4240 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE) in cris_elf_copy_private_bfd_data()
|
D | elf64-sh64.c | 2304 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in sh_elf64_merge_private_data()
|
D | coff-sh.c | 642 #define coff_bfd_merge_private_bfd_data _bfd_generic_verify_endian_match
|
D | elf32-microblaze.c | 1594 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in microblaze_elf_merge_private_bfd_data()
|
D | elf32-tic6x.c | 3933 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in elf32_tic6x_merge_private_bfd_data()
|
D | elf32-score7.c | 3834 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in s7_elf32_score_merge_private_bfd_data()
|
D | elf32-score.c | 4029 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in s3_elf32_score_merge_private_bfd_data()
|
D | ChangeLog-9899 | 2156 * libbfd.c (_bfd_generic_verify_endian_match): New function. 2157 * libbfd-in.h (_bfd_generic_verify_endian_match): Declare. 2161 _bfd_generic_verify_endian_match.
|
D | elfnn-aarch64.c | 5518 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in elfNN_aarch64_merge_private_bfd_data()
|
D | ChangeLog-2011 | 1639 _bfd_generic_verify_endian_match.
|
D | elf32-ppc.c | 4690 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in ppc_elf_merge_private_bfd_data()
|
D | elf32-xtensa.c | 3465 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in elf_xtensa_merge_private_bfd_data()
|
D | ChangeLog-0001 | 8162 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess 8169 endianess checks, call _bfd_generic_verify_endian_match() instead.
|
D | ChangeLog-2004 | 1855 * libbfd.c (_bfd_generic_verify_endian_match): ..
|
D | elf64-ppc.c | 5864 if (!_bfd_generic_verify_endian_match (ibfd, obfd)) in ppc64_elf_merge_private_bfd_data()
|
D | elf32-arm.c | 16434 if (! _bfd_generic_verify_endian_match (ibfd, obfd)) in elf32_arm_merge_private_bfd_data()
|
12