Searched refs:SectAddress (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 834 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local 858 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection() 866 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection() 868 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 877 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection() 879 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 880 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection() 892 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 893 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection() 895 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection() [all …]
|