Searched refs:nopData (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | AArch64.cpp | 631 const uint8_t nopData[] = { 0x1f, 0x20, 0x03, 0xd5 }; // nop in writePltHeader() local 651 memcpy(buf + sizeof(pltData), nopData, sizeof(nopData)); in writePltHeader() 672 const uint8_t nopData[] = { 0x1f, 0x20, 0x03, 0xd5 }; // nop in writePlt() local 693 memcpy(buf + sizeof(addrInst) + sizeof(stdBr), nopData, sizeof(nopData)); in writePlt()
|