Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o-aarch64.c46 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()
Dmach-o-arm.c44 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()
Dmach-o-x86-64.c35 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()
Dmach-o-i386.c35 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()
Dmach-o.h680 const bfd_target *bfd_mach_o_header_p (bfd *, file_ptr, bfd_mach_o_filetype,
Dmach-o.c5029 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()
DChangeLog-2011115 * mach-o.c (bfd_mach_o_header_p): Remove special handling for
322 (bfd_mach_o_header_p): Adjust call.
DChangeLog-2015366 (bfd_mach_o_header_p): Add argument.
385 (bfd_mach_o_header_p): Add hdr_off argument.
DChangeLog-20132919 * mach-o.c (bfd_mach_o_header_p): Likewise.
DChangeLog-20142688 * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not
DChangeLog-20092680 (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.