Searched refs:trapInstr (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp45 trapInstr = {0x43, 0x43, 0x43, 0x43};
H A DARM.cpp65 trapInstr = {0xd4, 0xd4, 0xd4, 0xd4};
222 memcpy(buf + 16, trapInstr.data(), 4); // Pad to 32-byte boundary
223 memcpy(buf + 20, trapInstr.data(), 4);
224 memcpy(buf + 24, trapInstr.data(), 4);
225 memcpy(buf + 28, trapInstr.data(), 4);
272 memcpy(buf + 12, trapInstr.data(), 4); // Pad to 16-byte boundary
H A DPPC.cpp176 write32(trapInstr.data(), 0x7fe00008);
H A DX86.cpp67 trapInstr = {0xcc, 0xcc, 0xcc, 0xcc}; // 0xcc = INT3
H A DMips.cpp58 write32(trapInstr.data(), 0x04170001);
H A DPPC64.cpp430 write32(trapInstr.data(), 0x7fe00008);
H A DX86_64.cpp91 trapInstr = {0xcc, 0xcc, 0xcc, 0xcc}; // 0xcc = INT3
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h140 std::array<uint8_t, 4> trapInstr; member in class:lld::elf::TargetInfo
H A DOutputSections.cpp526 return target->trapInstr;
H A DWriter.cpp2844 memcpy(i, &target->trapInstr, 4);

Completed in 154 milliseconds