Lines Matching defs:lp
1698 uint64_t lp;
1700 memcpy(&lp, sect + i, sizeof(uint64_t));
1702 sys::swapByteOrder(lp);
1708 lp = li;
1724 return lp >= R.getAddress() && lp < R.getAddress() + R.getSize();
1727 outs() << format("0x%" PRIx64, lp) << " (not in a literal section)\n";
1760 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
1768 memcpy(&f, Contents + (lp - SectAddress), sizeof(float));
1770 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t));
1779 memcpy(&d, Contents + (lp - SectAddress), sizeof(double));
1781 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t));
1782 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t),
1794 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t));
1795 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t),
1797 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t),
1799 memcpy(&l3, Contents + (lp - SectAddress) + 3 * sizeof(uint32_t),