| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.cpp | 654 write16(buf + 0, 0xf000); // b.w S in writeTo() 655 write16(buf + 2, 0xb000); in writeTo() 686 write16(buf + 2, 0x0c00); in writeLong() 688 write16(buf + 6, 0x0c00); in writeLong() 689 write16(buf + 8, 0x4760); // bx ip in writeLong() 721 write16(buf + 2, 0x7cf4); in writeLong() 723 write16(buf + 6, 0x0c00); in writeLong() 843 write16(buf + 0, 0x4778); // bx pc in writeLong() 860 write16(buf + 0, 0x4778); // bx pc in writeLong() 913 write16(buf + 0, 0x4778); // P: bx pc in writeLong() [all …]
|
| H A D | Target.h | 297 inline void write16(void *p, uint16_t v) { in write16() function 298 llvm::support::endian::write16(p, v, config->endianness); in write16()
|
| H A D | SyntheticSections.cpp | 3082 write16(buf, 1); // vd_version in writeOne() 3083 write16(buf + 2, flags); // vd_flags in writeOne() 3084 write16(buf + 4, index); // vd_ndx in writeOne() 3085 write16(buf + 6, 1); // vd_cnt in writeOne() 3135 write16(buf, s.sym->versionId); in writeTo()
|
| H A D | OutputSections.cpp | 438 write16(buf, data); in writeInt()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Mips.cpp | 255 write16(loc, data); in writeMicroRelocation16() 270 write16(buf + 14, 0xfffe); in writePltHeader() 273 write16(buf + 18, 0x0f83); // move $28, $3 in writePltHeader() 274 write16(buf + 20, 0x472b); // jalrc $25 in writePltHeader() 275 write16(buf + 22, 0x0c00); // nop in writePltHeader() 278 write16(buf + 18, 0x45f9); // jalrc $25 in writePltHeader() 280 write16(buf + 22, 0x0c00); // nop in writePltHeader() 329 write16(buf + 4, 0xff22); // lw $25, 0($2) in writePlt() 330 write16(buf + 8, 0x0f02); // move $24, $2 in writePlt() 335 write16(buf + 4, 0xff22); // lw $25, 0($2) in writePlt() [all …]
|
| H A D | ARM.cpp | 591 write16(loc, in relocate() 595 write16(loc + 2, in relocate() 627 write16(loc, in relocate() 630 write16(loc + 2, in relocate() 642 write16(loc, in relocate() 646 write16(loc + 2, in relocate() 669 write16(loc, in relocate() 674 write16(loc + 2, in relocate() 683 write16(loc, in relocate() 687 write16(loc + 2, in relocate() [all …]
|
| H A D | PPC64.cpp | 1276 write16(loc, val); in relocate() 1289 write16(loc, (read16(loc) & mask) | lo(val)); in relocate() 1298 write16(loc, ha(val)); in relocate() 1305 write16(loc, hi(val)); in relocate() 1308 write16(loc, hi(val)); in relocate() 1312 write16(loc, higher(val)); in relocate() 1316 write16(loc, highera(val)); in relocate() 1320 write16(loc, highest(val)); in relocate() 1324 write16(loc, highesta(val)); in relocate() 1340 write16(loc, lo(val)); in relocate() [all …]
|
| H A D | PPC.cpp | 323 write16(loc, val); in relocate() 331 write16(loc, val); in relocate() 340 write16(loc, ha(val)); in relocate() 349 write16(loc, val >> 16); in relocate() 358 write16(loc, val); in relocate()
|
| H A D | AArch64.cpp | 371 write16(loc, val); in relocate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | ppc64.h | 304 support::endian::write16<Endianness>(FixupPtr, Value); in relocateHalf16() 308 support::endian::write16<Endianness>(FixupPtr, Value & ~3); in relocateHalf16() 313 support::endian::write16<Endianness>(FixupPtr, ha(Value)); in relocateHalf16() 318 support::endian::write16<Endianness>(FixupPtr, hi(Value)); in relocateHalf16() 321 support::endian::write16<Endianness>(FixupPtr, high(Value)); in relocateHalf16() 324 support::endian::write16<Endianness>(FixupPtr, higha(Value)); in relocateHalf16() 327 support::endian::write16<Endianness>(FixupPtr, higher(Value)); in relocateHalf16() 330 support::endian::write16<Endianness>(FixupPtr, highera(Value)); in relocateHalf16() 333 support::endian::write16<Endianness>(FixupPtr, highest(Value)); in relocateHalf16() 341 support::endian::write16<Endianness>(FixupPtr, lo(Value)); in relocateHalf16() [all …]
|
| /freebsd-14.2/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_client.t0 | 462 addr-version_max get16 write16 474 addr-suites_num get8 dup 1 << write16 480 write16 490 total-ext-length write16 513 2 - write16 \ list length 523 2- write16 \ list length 526 0xDFFFFFFF and 29 write16 529 dup2 >> 1 and if dup write16 then 544 2- write16 \ list length 1118 dup write16 [all …]
|
| H A D | ssl_hs_server.t0 | 941 addr-version get16 write16 963 write16 965 0xFF01 write16 966 4 - dup write16 972 0x0001 write16 978 0x0010 write16 979 4 - dup write16 980 2- dup write16 1035 3 write8 curve-id write16 1046 write16 [all …]
|
| H A D | ssl_hs_common.t0 | 620 : write16 ( n -- ) 625 dup 16 u>> write8 write16 ; 663 dup write16 write-blob ;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 429 inline void write16(void *P, uint16_t V, endianness E) { in write16() function 439 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function 450 write16<llvm::endianness::little>(P, V); in write16le() 459 write16<llvm::endianness::big>(P, V); in write16be()
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | hci.h | 29 void (*write16)(struct rtw_dev *rtwdev, u32 addr, u16 val); member 109 rtwdev->hci.ops->write16(rtwdev, addr, val); in rtw_write16()
|
| H A D | usb.c | 693 .write16 = rtw_usb_write16,
|
| H A D | sdio.c | 1143 .write16 = rtw_sdio_write16,
|
| H A D | pci.c | 1682 .write16 = rtw_pci_write16,
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | core.h | 2958 void (*write16)(struct rtw89_dev *rtwdev, u32 addr, u16 data); member 4553 rtwdev->hci.ops->write16(rtwdev, addr, data); in rtw89_write16()
|
| H A D | pci.c | 3893 .write16 = rtw89_pci_ops_write16,
|