reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 1559       for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
 1561         DumpCstringChar(Contents[i]);
 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),