HomeSort by relevance Sort by last modified time
    Searched refs:bfd_xcoff_magic_number (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
libxcoff.h 125 #define bfd_xcoff_magic_number(a) ((xcoff_backend (a)->_xcoff_magic_number)) macro
191 ( (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)))
coff64-rs6000.c 880 internal_f.f_magic = bfd_xcoff_magic_number (abfd);
    [all...]
coff-rs6000.c     [all...]
coffcode.h     [all...]

Completed in 57 milliseconds