Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.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()
H A DSPARCV9.cpp140 write64be(loc, val); in relocate()
/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h451 #define write64be(buf, num) write64ne(buf, conv64be(num)) macro
464 # define write64ne write64be
584 write64be(uint8_t *buf, uint64_t num) in write64be() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp85 write64be(m_data_sp->GetBytes() + offset, value); in PutU64()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.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/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h464 inline void write64be(void *P, uint64_t V) { in write64be() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1567 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1568 write64be(&codeDirectory->execSegLimit, textSeg->fileSize); in writeTo()
1569 write64be(&codeDirectory->execSegFlags, in writeTo()
/freebsd/contrib/xz/
H A DChangeLog7074 tuklib_integer: Add missing write64be and write64le fallback functions.