Lines Matching refs:SectAddress

1731     uint64_t SectAddress = Sect->getAddress();  in DumpLiteralPointerSection()  local
1760 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
1768 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection()
1770 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1779 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection()
1781 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1782 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
1794 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1795 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
1797 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection()
1799 memcpy(&l3, Contents + (lp - SectAddress) + 3 * sizeof(uint32_t), in DumpLiteralPointerSection()
3492 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64() local
3510 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
3512 offset = Address - SectAddress; in get_pointer_64()
7327 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7483 uint64_t PC = SectAddress + Index; in DisassembleMachO()
7566 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7572 uint64_t PC = SectAddress + Index; in DisassembleMachO()