Lines Matching refs:arch_flags
1493 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local
1501 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()
1507 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY; in GetSectionHeaderInfo()
1510 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE; in GetSectionHeaderInfo()
1513 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE; in GetSectionHeaderInfo()
1516 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT; in GetSectionHeaderInfo()
1519 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64; in GetSectionHeaderInfo()
1522 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()
1525 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()
1528 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64A; in GetSectionHeaderInfo()
1536 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32; in GetSectionHeaderInfo()
1539 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O64; in GetSectionHeaderInfo()
1542 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI32; in GetSectionHeaderInfo()
1545 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI64; in GetSectionHeaderInfo()
1550 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64; in GetSectionHeaderInfo()
1552 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32; in GetSectionHeaderInfo()
1555 arch_spec.SetFlags(arch_flags); in GetSectionHeaderInfo()