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

  /external/qemu/
dis-asm.h 42 enum bfd_endian { BFD_ENDIAN_BIG, BFD_ENDIAN_LITTLE, BFD_ENDIAN_UNKNOWN };
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 501 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
504 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 501 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
504 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 543 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
546 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
    [all...]

Completed in 973 milliseconds