Home
last modified time | relevance | path

Searched refs:write64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp325 write64(buf, in.plt->getVA()); in writeGotPlt()
330 write64(buf, s.getVA()); in writeIgotPlt()
478 write64(loc, -rel.addend); in relocate()
480 write64(loc, val); in relocate()
483 write64(loc, val); in relocate()
632 write64(loc + 8, val); in relocate()
H A DPPC64.cpp249 write64(loc, insn); in writePrefixedInstruction()
1136 write64(buf, getPPC64TocBase()); in writeGotHeader()
1159 write64(buf + 52, gotPltOffset); in writePltHeader()
1375 write64(loc, val); in relocate()
1393 write64(loc, val - dynamicThreadPointerOffset); in relocate()
H A DMips.cpp598 write64(loc, val); in relocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h451 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
461 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
472 write64<llvm::endianness::little>(P, V); in write64le()
481 write64<llvm::endianness::big>(P, V); in write64be()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h305 inline void write64(void *p, uint64_t v) {
306 llvm::support::endian::write64(p, v, config->endianness);
299 inline void write64(void *p, uint64_t v) { write64() function
H A DOutputSections.cpp474 write64(buf, data); in writeInt()
H A DSyntheticSections.cpp68 write64(buf, val); in writeUint()
4326 write64(buf, sym->getVA(addend) + in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h295 support::endian::write64<Endianness>(Loc, Inst); in applyFixup()
378 support::endian::write64<Endianness>(FixupPtr, Value);
392 support::endian::write64<Endianness>(FixupPtr, TOCBase);
457 support::endian::write64<Endianness>(FixupPtr, Value);