Searched refs:little (Results 126 - 150 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/binutils/
H A Dconfig.sub819 ppcle | powerpclittle | ppc-le | powerpc-little)
829 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dconfig.sub860 ppcle | powerpclittle | ppc-le | powerpc-little)
870 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/openbsd-current/gnu/usr.bin/gcc/
H A Dconfig.sub796 ppcle | powerpclittle | ppc-le | powerpc-little)
806 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/openbsd-current/gnu/usr.bin/texinfo/
H A Dconfig.sub827 ppcle | powerpclittle | ppc-le | powerpc-little)
837 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DEncoding.pm324 but gives the fixup routine very little context.
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp472 BinaryStreamReader Reader(RecordData, support::little);
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp326 T Val = endian::readNext<T, little, unaligned>(Data);
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp66 : MCAsmBackend(support::little), OSABI(OSABI), CPU(CPU), relaxedCnt(0),
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp729 support::endian::Writer EW(OS, support::endianness::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp457 // Output the constant in big/little endian byte order.
459 support::endianness E = IsLittleEndian ? support::little : support::big;
468 // always in the top 32 bits, even on little-endian.
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp109 Reader = BinaryStreamReader(*ContentsOrErr, support::little);
H A DGSIStreamBuilder.cpp396 BinaryItemStream<CVSymbol> ItemStream(support::endianness::little);
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp71 llvm::support::little);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp49 return Obj.isLittleEndian() ? support::little : support::big;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp499 return support::endianness::little;
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/
H A DINET.pm364 which is in non-blocking mode is of little use. This is because the
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dconfigure4157 am33_2.0) cpu_type=mn10300 endian=little ;;
4160 arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
4174 mips*el) cpu_type=mips endian=little ;;
4177 pjl*) cpu_type=pj endian=little ;;
4179 powerpc*le*) cpu_type=ppc endian=little ;;
4185 sh5le*) cpu_type=sh64 endian=little ;;
4187 sh64le*) cpu_type=sh64 endian=little ;;
4188 sh*le) cpu_type=sh endian=little ;;
4198 m32rle) cpu_type=m32r target_cpu=m32r endian=little ;;
4372 i860-*-*) fmt=elf endian=little
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp758 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
784 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
/openbsd-current/gnu/llvm/lld/COFF/
H A DInputFiles.cpp710 BinaryStreamReader reader(data, support::little);
776 BinaryStreamReader reader(data, support::little);
H A DDebugTypes.cpp312 BinaryStreamReader reader(file->debugTypes, support::little);
589 BinaryStreamReader reader(file->debugTypes, support::little);
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp787 BinaryStreamReader Reader(DebugTorP, support::little);
816 BinaryStreamWriter Writer(Output, support::little);
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp735 W, StackMapParser<support::little>(StackMapContentsArray));
761 ? llvm::support::little
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1792 endian::Writer LE(Out, little);
1804 endian::Writer LE(Out, little);
1971 endian::write<uint32_t>(Out, 0, little);
2280 endian::Writer LE(Out, little);
3240 endian::Writer LE(Out, little);
3257 endian::Writer LE(Out, little);
3380 endian::write<uint32_t>(Out, 0, little);
3579 endian::Writer LE(Out, little);
3680 endian::write<uint32_t>(Out, 0, little);
3775 endian::write<uint32_t>(Out, Writer.getChain()->getModuleFileID(F), little);
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Decoff.c267 int big, little;
278 little = MIPS_MAGIC_LITTLE;
283 little = MIPS_MAGIC_LITTLE2;
288 little = MIPS_MAGIC_LITTLE3;
292 return bfd_big_endian (abfd) ? big : little;
636 is when linking big-endian and little-endian MIPS object files
1864 lot of work, and there would be little gain (gas, gdb, and ld
3195 /* Write the timestamp of the archive header to be just a little bit
265 int big, little; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c243 int big, little;
254 little = MIPS_MAGIC_LITTLE;
259 little = MIPS_MAGIC_LITTLE2;
264 little = MIPS_MAGIC_LITTLE3;
268 return bfd_big_endian (abfd) ? big : little;
601 is when linking big-endian and little-endian MIPS object files
1743 lot of work, and there would be little gain (gas, gdb, and ld
3055 /* Write the timestamp of the archive header to be just a little bit
242 int big, little; local

Completed in 590 milliseconds

12345678910