Searched refs:write64 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Endian.h | 389 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 D | Bits.h | 27 llvm::support::endian::write64(Buf, Val, Config->Endianness); in writeUint()
|
| H A D | Target.h | 254 inline void write64(void *P, uint64_t V) { in write64() function 255 llvm::support::endian::write64(P, V, Config->Endianness); in write64()
|
| H A D | OutputSections.cpp | 217 write64(Buf, Data); in writeInt()
|
| H A D | SyntheticSections.cpp | 3142 write64(Buf, in writeTo()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 495 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 D | Mips.cpp | 493 write64<E>(Loc, Val); in relocateOne()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryUtils.h | 104 inline void write64(uint8_t *loc, uint64_t value, bool isBig) { in write64() function
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2005 | 10211 * testsuite/gcc.target/frv/all-builtin-write64.c: Delete. 10366 * testsuite/gcc.target/frv/all-builtin-write64.c: New.
|