Lines Matching refs:arch_flags
1507 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local
1515 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()
1521 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY; in GetSectionHeaderInfo()
1524 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE; in GetSectionHeaderInfo()
1527 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE; in GetSectionHeaderInfo()
1530 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT; in GetSectionHeaderInfo()
1533 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64; in GetSectionHeaderInfo()
1536 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()
1539 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()
1542 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64A; in GetSectionHeaderInfo()
1550 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32; in GetSectionHeaderInfo()
1553 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O64; in GetSectionHeaderInfo()
1556 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI32; in GetSectionHeaderInfo()
1559 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI64; in GetSectionHeaderInfo()
1564 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64; in GetSectionHeaderInfo()
1566 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32; in GetSectionHeaderInfo()
1569 arch_spec.SetFlags(arch_flags); in GetSectionHeaderInfo()