Home
last modified time | relevance | path

Searched refs:write64be (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDSystemZ.cpp182 write64be(buf, mainPart->dynamic->getVA()); in writeGotHeader()
186 write64be(buf, s.getPltVA() + 14); in writeGotPlt()
191 write64be(buf, s.getVA()); in writeIgotPlt()
593 write64be(loc, val); in relocate()
HDSPARCV9.cpp140 write64be(loc, val); in relocate()
/freebsd-14-stable/contrib/xz/src/common/
HDtuklib_integer.h457 #define write64be(buf, num) write64ne(buf, conv64be(num)) macro
470 # define write64ne write64be
590 write64be(uint8_t *buf, uint64_t num) in write64be() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDDataEncoder.cpp85 write64be(m_data_sp->GetBytes() + offset, value); in PutU64()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOWriter.cpp508 write64be(&CodeDirectory->execSegBase, TextSegmentFileOff); in writeCodeSignatureData()
509 write64be(&CodeDirectory->execSegLimit, TextSegmentFileSize); in writeCodeSignatureData()
510 write64be(&CodeDirectory->execSegFlags, O.Header.FileType == MachO::MH_EXECUTE in writeCodeSignatureData()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDEndian.h480 inline void write64be(void *P, uint64_t V) { in write64be() function
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.cpp1632 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1633 write64be(&codeDirectory->execSegLimit, textSeg->fileSize); in writeTo()
1634 write64be(&codeDirectory->execSegFlags, in writeTo()
/freebsd-14-stable/contrib/xz/
HDChangeLog8320 tuklib_integer: Add missing write64be and write64le fallback functions.