reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 writePltHeaderLong(buf); 200 write32le(buf + 0, pltData[0]); 201 write32le(buf + 4, pltData[1] | ((offset >> 20) & 0xff)); 202 write32le(buf + 8, pltData[2] | ((offset >> 12) & 0xff)); 203 write32le(buf + 12, pltData[3] | (offset & 0xfff)); 204 memcpy(buf + 16, trapInstr.data(), 4); // Pad to 32-byte boundary 205 memcpy(buf + 20, trapInstr.data(), 4); 206 memcpy(buf + 24, trapInstr.data(), 4); 207 memcpy(buf + 28, trapInstr.data(), 4);