Searched refs:write16be (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | SystemZ.cpp | 329 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 D | tuklib_integer.h | 455 #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 D | DataEncoder.cpp | 61 write16be(m_data_sp->GetBytes() + offset, value); in PutU16()
|
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 379 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 474 inline void write16be(void *P, uint16_t V) { in write16be() function
|