Searched refs:SectAddress (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1727 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local 1756 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection() 1764 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection() 1766 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 1775 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection() 1777 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 1778 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection() 1790 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 1791 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection() 1793 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection() [all …]
|