Home
last modified time | relevance | path

Searched refs:write64le (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp411 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 DLoongArch.cpp302 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 DRISCV.cpp203 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 DAMDGPU.cpp141 write64le(loc, val); in relocate()
/freebsd-14.2/contrib/xz/src/common/
H A Dtuklib_integer.h452 #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 DYAMLRemarkSerializer.cpp215 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 DRelocations.h111 llvm::support::endian::write64le(loc, addr); in writeAddress()
H A DSyntheticSections.cpp390 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 DARM64Common.cpp48 write64le(loc, value); in writeValue()
H A DX86_64.cpp113 write64le(loc, value); in relocateOne()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDLL.cpp72 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 DChunks.cpp70 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 DRuntimeDyldCOFFAArch64.h344 write64le(Target, Value + RE.Addend); in resolveRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp83 support::endian::write64le(Data, Index); in getInstrumentedBlocksHash()
H A DPGOInstrumentation.cpp635 support::endian::write64le(Data, Num); in computeCFGHash()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h455 inline void write64le(void *P, uint64_t V) { in write64le() function
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp54 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 DWriter.cpp3095 write64le(dest, xxh3_64bits(arr)); in writeBuildId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp566 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 DWasmEmitter.cpp93 support::endian::write64le(Data, Value); in writeUint64()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp191 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 DLTO.cpp121 support::endian::write64le(Data, I); in computeLTOCacheKey()
/freebsd-14.2/contrib/xz/
H A DChangeLog305 tuklib_integer: Add missing write64be and write64le fallback functions.