| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | SPARCV9.cpp | 104 write32be(loc, (read32be(loc) & ~0x3fffffff) | ((val >> 2) & 0x3fffffff)); in relocate() 109 write32be(loc, (read32be(loc) & ~0x003fffff) | (val & 0x003fffff)); in relocate() 115 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate() 120 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate() 125 write32be(loc, (read32be(loc) & ~0x0007ffff) | ((val >> 2) & 0x0007ffff)); in relocate() 130 write32be(loc, (read32be(loc) & ~0x000003ff) | (val & 0x000003ff)); in relocate() 134 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x000003ff)); in relocate() 144 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 42) & 0x003fffff)); in relocate() 148 write32be(loc, (read32be(loc) & ~0x00001fff) | ((val >> 32) & 0x000003ff)); in relocate() 153 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 22) & 0x003fffff)); in relocate() [all …]
|
| H A D | SystemZ.cpp | 245 return SignExtend64<32>(read32be(buf)); in getImplicitAddend() 247 return SignExtend64<32>(read32be(buf)) << 1; in getImplicitAddend() 533 write32be(loc, (read32be(loc) & 0xF00000FF) | ((val & 0xFFF) << 16) | in relocate()
|
| H A D | ARM.cpp | 1099 write32le(buf + i, read32be(buf + i)); in toLittleEndianInstructions()
|
| /freebsd/contrib/xz/src/common/ |
| H A D | tuklib_integer.h | 420 read32be(const uint8_t *buf) in read32be() function 466 # define read32ne read32be 498 read32be(const uint8_t *buf) in read32be() function
|
| /freebsd/contrib/xz/src/liblzma/simple/ |
| H A D | riscv.c | 726 uint32_t addr = read32be(buffer + i + 4); in riscv_decode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 1084 uint32_t Size = support::endian::read32be(Obj->base() + Offset); in parseStringTable() 1399 return support::endian::read32be(Bytes.data()) == 0; in doesXCOFFTracebackTableBegin() 1417 uint32_t VecParmsTypeValue = support::endian::read32be(Ptr + 2); in TBVectorExt() 1557 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) 1559 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \
|
| H A D | Archive.cpp | 1030 Offset = read32be(Offsets + SymbolIndex * 4); in getMember() 1139 symbol_count = read32be(buf); in symbol_begin() 1244 return read32be(buf); in getNumberOfSymbols()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 234 read32be(&hdr->magic) != FAT_MAGIC) { in readFile() 251 for (uint32_t i = 0, n = read32be(&hdr->nfat_arch); i < n; ++i) { in readFile() 258 uint32_t cpuType = read32be(&arch[i].cputype); in readFile() 260 read32be(&arch[i].cpusubtype) & ~MachO::CPU_SUBTYPE_MASK; in readFile() 270 uint32_t offset = read32be(&arch[i].offset); in readFile() 271 uint32_t size = read32be(&arch[i].size); in readFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 368 : support::endian::read32be; in getInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SHA1.cpp | 226 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]); in update()
|
| H A D | SHA256.cpp | 205 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]); in update()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 438 [[nodiscard]] inline uint32_t read32be(const void *P) { in read32be() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 1691 llvm::support::endian::read32be(Metadata.data() + Index); in writeSectionForCInfoSymSectionEntry() 1700 W.write<uint32_t>(llvm::support::endian::read32be(LastWord.data())); in writeSectionForCInfoSymSectionEntry()
|
| H A D | MCAsmStreamer.cpp | 1036 uint32_t Word = llvm::support::endian::read32be(WordPtr); in emitXCOFFCInfoSym()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 494 if (support::endian::read32be(Bytes.slice(I, 4).data()) != 0) in dumpTracebackTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | aarch32.cpp | 506 uint32_t MSB = endian::read32be(FixupPtr) & 0x80000000; in applyFixupData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 1148 Builder.getInt32(endian::read32be(Options.Version)), in insertCounterWriteout()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 5316 Vals[Pos / 4] = support::endian::read32be(Hash.data() + Pos); in writeModuleHash()
|