Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp327 write16be(loc, 0xe322); in relaxTlsGdToIe()
362 write16be(loc, 0xc004); in relaxTlsGdToLe()
402 write16be(loc, 0xc004); in relaxTlsLdToLe()
473 write16be(loc - 2, 0xc000 | (op & 0x00f0)); in relaxGot()
502 write16be(loc, (read16be(loc) & 0xF000) | val); in relocate()
508 write16be(loc, (read16be(loc) & 0xF000) | ((val >> 1) & 0x0FFF)); in relocate()
516 write16be(loc, val); in relocate()
520 write16be(loc, val); in relocate()
526 write16be(loc, val >> 1); in relocate()
/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h455 #define write16be(buf, num) write16ne(buf, conv16be(num)) macro
468 # define write16ne write16be
550 write16be(uint8_t *buf, uint16_t num) in write16be() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp61 write16be(m_data_sp->GetBytes() + offset, value); in PutU16()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp375 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h478 inline void write16be(void *P, uint16_t V) { in write16be() function