Searched refs:write64 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Endian.h | 401 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 D | Target.h | 282 inline void write64(void *p, uint64_t v) { in write64() function 283 llvm::support::endian::write64(p, v, config->endianness); in write64()
|
| H A D | OutputSections.cpp | 438 write64(buf, data); in writeInt()
|
| H A D | SyntheticSections.cpp | 64 write64(buf, val); in writeUint() 3678 write64(buf, sym->getVA(addend) + in writeTo()
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 231 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 D | PPC64.cpp | 233 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 D | Mips.cpp | 598 write64(loc, val); in relocate()
|