Lines Matching defs:SectAddress
1731 uint64_t SectAddress = Sect->getAddress();
1760 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
1768 memcpy(&f, Contents + (lp - SectAddress), sizeof(float));
1770 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t));
1779 memcpy(&d, Contents + (lp - SectAddress), sizeof(double));
1781 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t));
1782 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t),
1794 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t));
1795 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t),
1797 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t),
1799 memcpy(&l3, Contents + (lp - SectAddress) + 3 * sizeof(uint32_t),
3492 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress();
3510 if (Address >= SectAddress && Address < SectAddress + SectSize) {
3512 offset = Address - SectAddress;
7439 uint64_t SectAddress = Sections[SectIdx].getAddress();
7595 uint64_t PC = SectAddress + Index;
7678 uint64_t SectAddress = Sections[SectIdx].getAddress();
7684 uint64_t PC = SectAddress + Index;