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

  /toolchain/binutils/binutils-2.25/include/coff/
arm.h 36 F_APCS_26 file uses 26 bit ARM Procedure Calling Standard
37 F_APCS_SET the F_APCS_26, F_APCS_FLOAT and F_PIC bits have been initialised
50 #define F_APCS_26 (0x0400)
  /toolchain/binutils/binutils-2.25/bfd/
coff-arm.c 37 (coff_data (abfd)->flags & F_APCS_26)
51 coff_data (abfd)->flags &= ~(F_APCS_26 | F_APCS_FLOAT | F_PIC); \
    [all...]

Completed in 49 milliseconds