Home
last modified time | relevance | path

Searched refs:bfd_mach_o_header_p (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o-x86-64.c35 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()
Dmach-o-i386.c35 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()
Dmach-o.h671 const bfd_target *bfd_mach_o_header_p (bfd *, bfd_mach_o_filetype,
Dmach-o.c4921 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()
DChangeLog-2011115 * mach-o.c (bfd_mach_o_header_p): Remove special handling for
322 (bfd_mach_o_header_p): Adjust call.
DChangeLog2128 * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not
DChangeLog-20132919 * mach-o.c (bfd_mach_o_header_p): Likewise.
DChangeLog-20092680 (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.