Home
last modified time | relevance | path

Searched refs:read32be (Results 1 – 25 of 192) sorted by last modified time

12345678

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DInputFiles.cpp192 read32be(&hdr->magic) != FAT_MAGIC) { in readFile()
203 for (uint32_t i = 0, n = read32be(&hdr->nfat_arch); i < n; ++i) { in readFile()
210 if (read32be(&arch[i].cputype) != static_cast<uint32_t>(target->cpuType) || in readFile()
211 read32be(&arch[i].cpusubtype) != target->cpuSubtype) in readFile()
214 uint32_t offset = read32be(&arch[i].offset); in readFile()
215 uint32_t size = read32be(&arch[i].size); in readFile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DSPARCV9.cpp107 write32be(loc, (read32be(loc) & ~0x3fffffff) | ((val >> 2) & 0x3fffffff)); in relocate()
112 write32be(loc, (read32be(loc) & ~0x003fffff) | (val & 0x003fffff)); in relocate()
118 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
123 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
128 write32be(loc, (read32be(loc) & ~0x0007ffff) | ((val >> 2) & 0x0007ffff)); in relocate()
133 write32be(loc, (read32be(loc) & ~0x000003ff) | (val & 0x000003ff)); in relocate()
137 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x000003ff)); in relocate()
147 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 42) & 0x003fffff)); in relocate()
151 write32be(loc, (read32be(loc) & ~0x00001fff) | ((val >> 32) & 0x000003ff)); in relocate()
156 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 22) & 0x003fffff)); in relocate()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h80 return isBig ? read32be(loc) : read32le(loc); in read32()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1179 Builder.getInt32(endian::read32be(Options.Version)), in insertCounterWriteout()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DEndian.h384 inline uint32_t read32be(const void *P) { return read32<big>(P); } in read32be() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4385 Vals[Pos / 4] = support::endian::read32be(Hash.data() + Pos); in writeModuleHash()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DArchive.cpp815 Offset = read32be(Offsets + SymbolIndex * 4); in getMember()
912 symbol_count = read32be(buf); in symbol_begin()
970 return read32be(buf); in getNumberOfSymbols()
H A DXCOFFObjectFile.cpp710 uint32_t Size = support::endian::read32be(Obj->base() + Offset); in parseStringTable()
904 return support::endian::read32be(Bytes.data()) == 0; in doesXCOFFTracebackTableBegin()
922 uint32_t VecParmsTypeValue = support::endian::read32be(Ptr + 2); in TBVectorExt()
1054 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X))
1056 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DSHA1.cpp231 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]); in isLiteralERE()
H A DSHA256.cpp210 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp412 : support::endian::read32be; in getInstruction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DEndian.h384 inline uint32_t read32be(const void *P) { return read32<big>(P); } in read32be() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4385 Vals[Pos / 4] = support::endian::read32be(Hash.data() + Pos); in writeModuleHash()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DArchive.cpp815 Offset = read32be(Offsets + SymbolIndex * 4); in getMember()
912 symbol_count = read32be(buf); in symbol_begin()
970 return read32be(buf); in getNumberOfSymbols()
H A DXCOFFObjectFile.cpp710 uint32_t Size = support::endian::read32be(Obj->base() + Offset); in parseStringTable()
904 return support::endian::read32be(Bytes.data()) == 0; in doesXCOFFTracebackTableBegin()
922 uint32_t VecParmsTypeValue = support::endian::read32be(Ptr + 2); in TBVectorExt()
1054 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X))
1056 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1179 Builder.getInt32(endian::read32be(Options.Version)), in insertCounterWriteout()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp412 : support::endian::read32be; in getInstruction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DSHA1.cpp231 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]); in update()
H A DSHA256.cpp210 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]); in update()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp412 : support::endian::read32be; in getInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1179 Builder.getInt32(endian::read32be(Options.Version)), in insertCounterWriteout()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h80 return isBig ? read32be(loc) : read32le(loc); in read32()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DInputFiles.cpp192 read32be(&hdr->magic) != FAT_MAGIC) { in readFile()
203 for (uint32_t i = 0, n = read32be(&hdr->nfat_arch); i < n; ++i) { in readFile()
210 if (read32be(&arch[i].cputype) != static_cast<uint32_t>(target->cpuType) || in readFile()
211 read32be(&arch[i].cpusubtype) != target->cpuSubtype) in readFile()
214 uint32_t offset = read32be(&arch[i].offset); in readFile()
215 uint32_t size = read32be(&arch[i].size); in readFile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DSPARCV9.cpp107 write32be(loc, (read32be(loc) & ~0x3fffffff) | ((val >> 2) & 0x3fffffff)); in relocate()
112 write32be(loc, (read32be(loc) & ~0x003fffff) | (val & 0x003fffff)); in relocate()
118 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
123 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
128 write32be(loc, (read32be(loc) & ~0x0007ffff) | ((val >> 2) & 0x0007ffff)); in relocate()
133 write32be(loc, (read32be(loc) & ~0x000003ff) | (val & 0x000003ff)); in relocate()
137 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x000003ff)); in relocate()
147 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 42) & 0x003fffff)); in relocate()
151 write32be(loc, (read32be(loc) & ~0x00001fff) | ((val >> 32) & 0x000003ff)); in relocate()
156 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 22) & 0x003fffff)); in relocate()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DXCOFFObjectFile.cpp710 uint32_t Size = support::endian::read32be(Obj->base() + Offset); in parseStringTable()
904 return support::endian::read32be(Bytes.data()) == 0; in doesXCOFFTracebackTableBegin()
922 uint32_t VecParmsTypeValue = support::endian::read32be(Ptr + 2); in TBVectorExt()
1054 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X))
1056 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \

12345678