Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h401 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
411 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
417 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le()
420 inline void write64be(void *P, uint64_t V) { write64<big>(P, V); } in write64be()
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h282 inline void write64(void *p, uint64_t v) { in write64() function
283 llvm::support::endian::write64(p, v, config->endianness); in write64()
H A DOutputSections.cpp438 write64(buf, data); in writeInt()
H A DSyntheticSections.cpp64 write64(buf, val); in writeUint()
3678 write64(buf, sym->getVA(addend) + in writeTo()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DAArch64.cpp231 write64(buf, in.plt->getVA()); in writeGotPlt()
236 write64(buf, s.getVA()); in writeIgotPlt()
379 write64(loc, val); in relocate()
512 write64(loc + 8, val); in relocate()
H A DPPC64.cpp233 write64(loc, insn); in writePrefixedInstruction()
1093 write64(buf, getPPC64TocBase()); in writeGotHeader()
1127 write64(buf + 52, gotPltOffset); in writePltHeader()
1344 write64(loc, val); in relocate()
1362 write64(loc, val - dynamicThreadPointerOffset); in relocate()
H A DMips.cpp598 write64(loc, val); in relocate()