Lines Matching refs:SectAddress
1205 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local
1229 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
1237 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection()
1239 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1248 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection()
1250 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1251 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
1263 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1264 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t), in DumpLiteralPointerSection()
1266 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t), in DumpLiteralPointerSection()
1268 memcpy(&l3, Contents + (lp - SectAddress) + 3 * sizeof(uint32_t), in DumpLiteralPointerSection()
2947 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64() local
2959 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
2961 offset = Address - SectAddress; in get_pointer_64()
7023 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7189 uint64_t PC = SectAddress + Index; in DisassembleMachO()
7288 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7294 uint64_t PC = SectAddress + Index; in DisassembleMachO()