Lines Matching defs:SectionSize
435 uint64_t SectionSize = Sec.sh_size ? Sec.sh_size : 1ull;
437 Sec.sh_offset + SectionSize);
453 uint64_t SectionSize = Sec.sh_size ? Sec.sh_size : 1ull;
455 Sec.sh_addr + SectionSize);
1609 const uint64_t SectionSize = Section.getSize();
1612 reinterpret_cast<const uint8_t *>(PLTContents.data()), SectionSize);
1627 const uint64_t SectionSize = Section.getSize();
1631 while (InstrOffset < SectionSize) {
1638 while (InstrOffset < SectionSize) {
1659 while (InstrOffset < SectionSize) {
1671 const uint64_t SectionSize = Section.getSize();
1674 reinterpret_cast<const uint8_t *>(PLTContents.data()), SectionSize);
1693 while (InstrOffset < SectionSize) {
1717 const uint64_t SectionSize = Section.getSize();
1719 for (uint64_t EntryOffset = 0; EntryOffset + EntrySize <= SectionSize;