Searched refs:write64 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AArch64.cpp | 325 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 D | PPC64.cpp | 249 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 D | Mips.cpp | 598 write64(loc, val); in relocate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 451 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 D | Target.h | 305 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 D | OutputSections.cpp | 474 write64(buf, data); in writeInt()
|
H A D | SyntheticSections.cpp | 68 write64(buf, val); in writeUint() 4326 write64(buf, sym->getVA(addend) + in writeTo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | ppc64.h | 295 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);
|