Lines Matching refs:pRegion
159 MemoryRegion& pRegion) const { in emitSectionData()
160 assert(pRegion.size() && "Size of MemoryRegion is zero!"); in emitSectionData()
170 unsigned char* buffer = pRegion.begin(); in emitSectionData()
191 RegionSize += emitGOTSectionData(pRegion); in emitSectionData()
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat); in emitSectionData()
468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData()
471 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin()); in emitGOTSectionData()
488 MemoryRegion& pRegion, in emitGOTPLTSectionData() argument
494 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin()); in emitGOTPLTSectionData()
653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData()
656 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin()); in emitGOTSectionData()
673 MemoryRegion& pRegion, in emitGOTPLTSectionData() argument
679 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin()); in emitGOTPLTSectionData()