Lines Matching refs:SectAddress
893 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()
956 memcpy(&l3, Contents + (lp - SectAddress) + 3 * sizeof(uint32_t), in DumpLiteralPointerSection()
2519 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64() local
2531 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
2533 offset = Address - SectAddress; in get_pointer_64()
6597 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
6766 uint64_t PC = SectAddress + Index; in DisassembleMachO()
6861 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
6867 uint64_t PC = SectAddress + Index; in DisassembleMachO()