Searched refs:nopData (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | AArch64.cpp | 872 const uint8_t nopData[] = { 0x1f, 0x20, 0x03, 0xd5 }; // nop in writePltHeader() local 892 memcpy(buf + sizeof(pltData), nopData, sizeof(nopData)); in writePltHeader() 913 const uint8_t nopData[] = { 0x1f, 0x20, 0x03, 0xd5 }; // nop in writePlt() local 940 memcpy(buf + sizeof(addrInst) + sizeof(stdBr), nopData, sizeof(nopData)); in writePlt()
|