Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DEndian.h389 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
399 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
405 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le()
408 inline void write64be(void *P, uint64_t V) { write64<big>(P, V); } in write64be()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DBits.h27 llvm::support::endian::write64(Buf, Val, Config->Endianness); in writeUint()
H A DTarget.h254 inline void write64(void *P, uint64_t V) { in write64() function
255 llvm::support::endian::write64(P, V, Config->Endianness); in write64()
H A DOutputSections.cpp217 write64(Buf, Data); in writeInt()
H A DSyntheticSections.cpp3142 write64(Buf, in writeTo()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC64.cpp495 write64(Buf, getPPC64TocBase()); in writeGotHeader()
518 write64(Buf + 52, GotPltOffset); in writePltHeader()
720 write64(Loc, Val); in relocateOne()
737 write64(Loc, Val - DynamicThreadPointerOffset); in relocateOne()
H A DMips.cpp493 write64<E>(Loc, Val); in relocateOne()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h104 inline void write64(uint8_t *loc, uint64_t value, bool isBig) { in write64() function
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200510211 * testsuite/gcc.target/frv/all-builtin-write64.c: Delete.
10366 * testsuite/gcc.target/frv/all-builtin-write64.c: New.