Searched refs:bfd_mach_o_header_p (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o-x86-64.c | 35 return bfd_mach_o_header_p (abfd, 0, BFD_MACH_O_CPU_TYPE_X86_64); in bfd_mach_o_x86_64_object_p() 41 return bfd_mach_o_header_p (abfd, in bfd_mach_o_x86_64_core_p()
|
D | mach-o-i386.c | 35 return bfd_mach_o_header_p (abfd, 0, BFD_MACH_O_CPU_TYPE_I386); in bfd_mach_o_i386_object_p() 41 return bfd_mach_o_header_p (abfd, in bfd_mach_o_i386_core_p()
|
D | mach-o.h | 671 const bfd_target *bfd_mach_o_header_p (bfd *, bfd_mach_o_filetype,
|
D | mach-o.c | 4921 bfd_mach_o_header_p (bfd *abfd, in bfd_mach_o_header_p() function 5001 return bfd_mach_o_header_p (abfd, 0, 0); in bfd_mach_o_gen_object_p() 5007 return bfd_mach_o_header_p (abfd, 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 | 2128 * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not
|
D | ChangeLog-2013 | 2919 * mach-o.c (bfd_mach_o_header_p): Likewise.
|
D | ChangeLog-2009 | 2680 (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.
|