Searched refs:write16be (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | PPC.cpp | 54 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 D | tuklib_integer.h | 241 #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 D | DataEncoder.cpp | 173 write16be(m_start + offset, value); in PutU16()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryUtils.h | 92 write16be(loc, value); in write16()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Endian.h | 406 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 D | BPFISelDAGToDAG.cpp | 411 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
|