reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1499 memcpy(&lp, sect + i, sizeof(uint64_t)); 1501 sys::swapByteOrder(lp); 1507 lp = li; 1523 return lp >= R.getAddress() && lp < R.getAddress() + R.getSize(); 1523 return lp >= R.getAddress() && lp < R.getAddress() + R.getSize(); 1526 outs() << format("0x%" PRIx64, lp) << " (not in a literal section)\n"; 1559 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; 1567 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); 1569 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); 1578 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); 1580 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); 1581 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), 1593 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); 1594 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), 1596 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), 1598 memcpy(&l3, Contents + (lp - SectAddress) + 3 * sizeof(uint32_t),