Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DSPARCV9.cpp119 write64be(Loc, Val); in relocateOne()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataEncoder.cpp197 write64be(m_start + offset, value); in PutU64()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h106 write64be(loc, value); in write64()
/freebsd-12.1/contrib/xz/src/common/
H A Dtuklib_integer.h245 #define write64be(buf, num) write64ne((buf), conv64be(num)) macro
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DEndian.h408 inline void write64be(void *P, uint64_t V) { write64<big>(P, V); } in write64be() function