Searched refs:bfd_xcoff_magic_number (Results 1 – 5 of 5) sorted by relevance
125 #define bfd_xcoff_magic_number(a) ((xcoff_backend (a)->_xcoff_magic_number)) macro191 ( (0x01EF == (bfd_xcoff_magic_number (a))) \192 || (0x01F7 == (bfd_xcoff_magic_number (a))))195 #define bfd_xcoff_is_xcoff32(a) (0x01DF == (bfd_xcoff_magic_number (a)))
880 internal_f.f_magic = bfd_xcoff_magic_number (abfd); in xcoff64_write_object_contents()2161 if (bfd_xcoff_magic_number (abfd) != internal_f->f_magic) in xcoff64_bad_format_hook()2204 filehdr.f_magic = bfd_xcoff_magic_number (abfd); in xcoff64_generate_rtinit()
3676 filehdr.f_magic = bfd_xcoff_magic_number (abfd); in xcoff_generate_rtinit()
3057 *magicp = bfd_xcoff_magic_number (abfd); in coff_set_flags()
9855 bfd_xcoff_magic_number.9866 (coff_set_flags) : Use bfd_xcoff_magic_number.