| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 411 write64le(buf, mainPart->dynamic->getVA()); in writeGotPltHeader() 416 write64le(buf, s.getPltVA() + 6); in writeGotPlt() 422 write64le(buf, s.getVA()); in writeIgotPlt() 804 write64le(loc, val); in relocate() 850 write64le(loc + 8, val); in relocate() 1074 write64le(buf, va); in writeGotPlt() 1143 write64le(buf, s.getPltVA() + 17); in writeGotPlt()
|
| H A D | LoongArch.cpp | 302 write64le(buf, in.plt->getVA()); in writeGotPlt() 310 write64le(buf, s.getVA()); in writeIgotPlt() 530 write64le(loc, val); in relocate() 650 write64le(loc, read64le(loc) + val); in relocate() 668 write64le(loc, read64le(loc) - val); in relocate()
|
| H A D | RISCV.cpp | 203 write64le(buf, mainPart->dynamic->getVA()); in writeGotHeader() 210 write64le(buf, in.plt->getVA()); in writeGotPlt() 218 write64le(buf, s.getVA()); in writeIgotPlt() 343 write64le(loc, val); in relocate() 491 write64le(loc, read64le(loc) + val); in relocate() 506 write64le(loc, read64le(loc) - val); in relocate() 529 write64le(loc, val - dtpOffset); in relocate() 537 write64le(loc + 8, val); in relocate()
|
| H A D | AMDGPU.cpp | 141 write64le(loc, val); in relocate()
|
| /freebsd-14.2/contrib/xz/src/common/ |
| H A D | tuklib_integer.h | 452 #define write64le(buf, num) write64ne(buf, conv64le(num)) macro 469 # define write64ne write64le 597 write64le(uint8_t *buf, uint64_t num) in write64le() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 215 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion() 227 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emitStrTab()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 111 llvm::support::endian::write64le(loc, addr); in writeAddress()
|
| H A D | SyntheticSections.cpp | 390 write64le(&buf[i * target->wordSize], defined->getVA()); in writeTo() 859 write64le(&selrefsData[i * target->wordSize], offsets[i]); in setUp() 925 write64le(buf + off, in.stubHelper->addr + stubHelperOffset); in writeTo() 928 write64le(buf + off, sym->getVA()); in writeTo()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64Common.cpp | 48 write64le(loc, value); in writeValue()
|
| H A D | X86_64.cpp | 113 write64le(loc, value); in relocateOne()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 72 write64le(buf, hintName->getRVA()); in writeTo() 98 write64le(buf, (1ULL << 63) | ordinal); in writeTo() 540 write64le(buf, thunk->getRVA() + ctx.config.imageBase); in writeTo()
|
| H A D | Chunks.cpp | 70 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() 869 write64le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo() 1068 write64le(buf, value); in writeTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFAArch64.h | 344 write64le(Target, Value + RE.Addend); in resolveRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BlockCoverageInference.cpp | 83 support::endian::write64le(Data, Index); in getInstrumentedBlocksHash()
|
| H A D | PGOInstrumentation.cpp | 635 support::endian::write64le(Data, Num); in computeCFGHash()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 455 inline void write64le(void *P, uint64_t V) { in write64le() function
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 54 using llvm::support::endian::write64le; 2946 write64le(buf, chunk.sec->outSecOff + cu.cuOffset); in writeTo() 2947 write64le(buf + 8, cu.cuLength); in writeTo() 2960 write64le(buf, baseAddr + e.lowAddress); in writeTo() 2961 write64le(buf + 8, baseAddr + e.highAddress); in writeTo()
|
| H A D | Writer.cpp | 3095 write64le(dest, xxh3_64bits(arr)); in writeBuildId()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 566 support::endian::write64le(&MD5SampleContextTable[Idx], Hash); in readSampleContextFromTable() 1132 support::endian::write64le(&MD5SampleContextTable[I], *FID); in readNameTableSec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 93 support::endian::write64le(Data, Value); in writeUint64()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 191 support::endian::write64le(Buffer, Value); in patchI64() 324 support::endian::write64le(Buffer, val); in writeI64()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 121 support::endian::write64le(Data, I); in computeLTOCacheKey()
|
| /freebsd-14.2/contrib/xz/ |
| H A D | ChangeLog | 305 tuklib_integer: Add missing write64be and write64le fallback functions.
|