Home | History | Annotate | Download | only in X86

Lines Matching refs:pRegion

253                                           MemoryRegion& pRegion) const
255 assert(pRegion.size() && "Size of MemoryRegion is zero!");
267 unsigned char* buffer = pRegion.getBuffer();
290 RegionSize += emitGOTSectionData(pRegion);
294 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
867 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
871 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.getBuffer());
887 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion,
894 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.getBuffer());
1293 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
1297 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.getBuffer());
1313 uint64_t X86_64GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion,
1320 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.getBuffer());