HomeSort by relevance Sort by last modified time
    Searched defs:BFD_ENDIAN_BIG (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 510 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
513 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 510 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
513 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in2.h 505 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
508 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
    [all...]

Completed in 67 milliseconds