Searched refs:bfd_mach_o_header_p (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | mach-o-aarch64.c | 46 return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_ARM64); in bfd_mach_o_arm64_object_p() 52 return bfd_mach_o_header_p (abfd, 0, in bfd_mach_o_arm64_core_p()
|
D | mach-o-arm.c | 44 return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_ARM); in bfd_mach_o_arm_object_p() 50 return bfd_mach_o_header_p (abfd, 0, in bfd_mach_o_arm_core_p()
|
D | mach-o-x86-64.c | 35 return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_X86_64); in bfd_mach_o_x86_64_object_p() 41 return bfd_mach_o_header_p (abfd, 0, in bfd_mach_o_x86_64_core_p()
|
D | mach-o-i386.c | 35 return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_I386); in bfd_mach_o_i386_object_p() 41 return bfd_mach_o_header_p (abfd, 0, in bfd_mach_o_i386_core_p()
|
D | mach-o.h | 680 const bfd_target *bfd_mach_o_header_p (bfd *, file_ptr, bfd_mach_o_filetype,
|
D | mach-o.c | 5029 bfd_mach_o_header_p (bfd *abfd, in bfd_mach_o_header_p() function 5111 return bfd_mach_o_header_p (abfd, 0, 0, 0); in bfd_mach_o_gen_object_p() 5117 return bfd_mach_o_header_p (abfd, 0, BFD_MACH_O_MH_CORE, 0); in bfd_mach_o_gen_core_p()
|
D | ChangeLog-2011 | 115 * mach-o.c (bfd_mach_o_header_p): Remove special handling for 322 (bfd_mach_o_header_p): Adjust call.
|
D | ChangeLog-2015 | 366 (bfd_mach_o_header_p): Add argument. 385 (bfd_mach_o_header_p): Add hdr_off argument.
|
D | ChangeLog-2013 | 2919 * mach-o.c (bfd_mach_o_header_p): Likewise.
|
D | ChangeLog-2014 | 2688 * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not
|
D | ChangeLog-2009 | 2680 (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.
|