Home
last modified time | relevance | path

Searched refs:O32 (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h24 enum class ABI { Unknown, O32, N32, N64 }; enumerator
33 static MipsABIInfo O32() { return MipsABIInfo(ABI::O32); } in O32() function
40 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32()
DMipsABIInfo.cpp66 return MipsABIInfo::O32(); in computeTargetABI()
77 return MipsABIInfo::O32(); in computeTargetABI()
DMipsTargetStreamer.cpp837 ? MipsABIInfo::O32() in MipsTargetELFStreamer()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsCallingConv.td77 // Mips O32 Calling Convention
93 // Only the return rules are defined here for O32. The rules for argument
DMipsAsmPrinter.cpp470 case MipsABIInfo::ABI::O32: return "abi32"; in getCurrentABIString()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDynamicTags.def204 // section (O32).
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DGnu.cpp1354 auto O32 = in findMipsMtiMultilibs() local
1366 .Either(O32, N32, N64) in findMipsMtiMultilibs()
1448 auto O32 = in findMipsImgMultilibs() local
1459 .Either(O32, N32, N64) in findMipsImgMultilibs()
/openbsd/src/gnu/usr.bin/binutils/bfd/po/
Dzh_CN.po1633 msgid " [abi=O32]"
1634 msgstr " [abi=O32]"
Dja.po1183 msgid " [abi=O32]"
1184 msgstr " [abi=O32]"
Dda.po1639 msgid " [abi=O32]"
1640 msgstr " [abi=O32]"
Dsv.po1882 msgid " [abi=O32]"
1883 msgstr " [abi=O32]"
Dtr.po1904 msgid " [abi=O32]"
1905 msgstr " [abi=O32]"
Dbfd.pot1918 msgid " [abi=O32]"
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/po/
Dja.po1183 msgid " [abi=O32]"
1184 msgstr " [abi=O32]"
Dzh_CN.po1633 msgid " [abi=O32]"
1634 msgstr " [abi=O32]"
Dda.po1639 msgid " [abi=O32]"
1640 msgstr " [abi=O32]"
Dsv.po1882 msgid " [abi=O32]"
1883 msgstr " [abi=O32]"
Dtr.po1904 msgid " [abi=O32]"
1905 msgstr " [abi=O32]"
Dbfd.pot2315 msgid " [abi=O32]"
Drw.po1998 msgid " [abi=O32]"
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-1996233 from O32 and N32 ABI.
286 Add support for Irix 6.2 native O32 and N32 ABI.
455 definitions to enable support of O32 and N32 format objlists.
461 (first_link_map_member): Rewrite to enable support of O32 and N32
464 support O32 and N32 format objlists.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dinstall.texi2870 then your version of @command{cc} uses the O32 or N64 ABI by default. You
2904 GCC does not currently support generating O32 ABI binaries in the
2906 with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5}
2911 expected that O32 ABI support will be available again in a future release.
/openbsd/src/gnu/gcc/gcc/doc/
Dgccinstall.info2875 then your version of `cc' uses the O32 or N64 ABI by default. You
2900 GCC on IRIX 6 is usually built to support the N32, O32 and N64 ABIs.
2904 building the O32 libraries, too. Look for `/usr/lib64/libc.so.1' to
2907 To enable debugging for the O32 ABI, you must use GNU `as' from GNU
Dinstall.texi3552 then your version of @command{cc} uses the O32 or N64 ABI by default. You
3581 GCC on IRIX 6 is usually built to support the N32, O32 and N64 ABIs. If
3585 try to use them. This will disable building the O32 libraries, too.
3589 To enable debugging for the O32 ABI, you must use GNU @command{as} from
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/
Drw.po1997 msgid " [abi=O32]"

12