Home
last modified time | relevance | path

Searched refs:SectAddress (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp893 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local
917 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
925 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection()
927 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
936 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection()
938 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
939 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
951 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
952 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
954 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection()
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1521 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local
1550 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
1558 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection()
1560 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1569 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection()
1571 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1572 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
1584 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1585 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
1587 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection()
[all …]