Constant EF_ARM_ABI_FLOAT_SOFT

Source
pub const EF_ARM_ABI_FLOAT_SOFT: u32 = 0x200;
Expand description

Set in executable file headers (e_type = ET_EXEC or ET_DYN) to note explicitly that the executable file was built to conform to the software floating-point procedure-call standard (the base standard). If both EF_ARM_ABI_FLOAT_XXXX bits are clear, conformance to the base procedure-call standard is implied.