Searched refs:trapInstr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 44 trapInstr = {0x43, 0x43, 0x43, 0x43}; in MSP430()
|
| H A D | ARM.cpp | 70 trapInstr = {0xd4, 0xd4, 0xd4, 0xd4}; in ARM() 255 memcpy(buf + 16, trapInstr.data(), 4); // Pad to 32-byte boundary in writePltHeader() 256 memcpy(buf + 20, trapInstr.data(), 4); in writePltHeader() 257 memcpy(buf + 24, trapInstr.data(), 4); in writePltHeader() 258 memcpy(buf + 28, trapInstr.data(), 4); in writePltHeader() 302 memcpy(buf + 12, trapInstr.data(), 4); // Pad to 16-byte boundary in writePlt()
|
| H A D | SystemZ.cpp | 78 trapInstr = {0x07, 0x07, 0x07, 0x07}; in SystemZ()
|
| H A D | PPC.cpp | 176 write32(trapInstr.data(), 0x7fe00008); in PPC()
|
| H A D | X86.cpp | 60 trapInstr = {0xcc, 0xcc, 0xcc, 0xcc}; // 0xcc = INT3 in X86()
|
| H A D | Mips.cpp | 55 write32(trapInstr.data(), 0x04170001); in MIPS()
|
| H A D | LoongArch.cpp | 181 write32le(trapInstr.data(), BREAK); // break 0 in LoongArch()
|
| H A D | X86_64.cpp | 86 trapInstr = {0xcc, 0xcc, 0xcc, 0xcc}; // 0xcc = INT3 in X86_64()
|
| H A D | PPC64.cpp | 616 write32(trapInstr.data(), 0x7fe00008); in PPC64()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 157 std::array<uint8_t, 4> trapInstr; variable
|
| H A D | OutputSections.cpp | 728 return target->trapInstr; in getFiller()
|
| H A D | Writer.cpp | 2987 memcpy(i, &target->trapInstr, 4); in fillTrap()
|