Searched refs:SectAddress (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1757 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local 1786 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection() 1794 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection() 1796 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 1805 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection() 1807 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 1808 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection() 1820 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection() 1821 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection() 1823 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection() [all …]
|