Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp329 write16be(loc, 0xe322); in relaxTlsGdToIe()
364 write16be(loc, 0xc004); in relaxTlsGdToLe()
404 write16be(loc, 0xc004); in relaxTlsLdToLe()
476 write16be(loc - 2, 0xc000 | (op & 0x00f0)); in relaxGot()
505 write16be(loc, (read16be(loc) & 0xF000) | val); in relocate()
511 write16be(loc, (read16be(loc) & 0xF000) | ((val >> 1) & 0x0FFF)); in relocate()
519 write16be(loc, val); in relocate()
523 write16be(loc, val); in relocate()
529 write16be(loc, val >> 1); in relocate()
/src/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
/src/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp61 write16be(m_data_sp->GetBytes() + offset, value); in PutU16()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp379 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h474 inline void write16be(void *P, uint16_t V) { in write16be() function