Home
last modified time | relevance | path

Searched refs:write16be (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC.cpp54 write16be(Loc, (Val + 0x8000) >> 16); in relocateOne()
57 write16be(Loc, Val >> 16); in relocateOne()
60 write16be(Loc, Val); in relocateOne()
/freebsd-12.1/contrib/xz/src/common/
H A Dtuklib_integer.h241 #define write16be(buf, num) write16ne((buf), conv16be(num)) macro
287 # define unaligned_write16be write16be
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataEncoder.cpp173 write16be(m_start + offset, value); in PutU16()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h92 write16be(loc, value); in write16()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DEndian.h406 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp411 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()