Searched refs:F_APCS_26 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Darm.h36 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) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-arm.c38 (coff_data (abfd)->flags & F_APCS_26)
52 coff_data (abfd)->flags &= ~(F_APCS_26 | F_APCS_FLOAT | F_PIC); \
2324 flag = (flags & F_APCS26) ? F_APCS_26 : 0;

Completed in 174 milliseconds