Lines Matching refs:pRegion
382 MemoryRegion& pRegion) const { in emitSectionData()
397 emitSectionData(*sd, pRegion); in emitSectionData()
403 MemoryRegion& pRegion) const { in emitEhFrame()
404 emitSectionData(*pFrame.getSectionData(), pRegion); in emitEhFrame()
425 memcpy(pRegion.begin() + fde.getOffset() + in emitEhFrame()
430 memcpy(pRegion.begin() + fde.getOffset() + in emitEhFrame()
442 memcpy(pRegion.begin() + fde_cie_ptr_offset, &offset, 4); in emitEhFrame()
450 MemoryRegion& pRegion) const { in emitRelocation()
456 emitRel<32>(pConfig, *sect_data, pRegion); in emitRelocation()
458 emitRel<64>(pConfig, *sect_data, pRegion); in emitRelocation()
465 emitRela<32>(pConfig, *sect_data, pRegion); in emitRelocation()
467 emitRela<64>(pConfig, *sect_data, pRegion); in emitRelocation()
480 MemoryRegion& pRegion) const { in emitRel()
485 ElfXX_Rel* rel = reinterpret_cast<ElfXX_Rel*>(pRegion.begin()); in emitRel()
522 MemoryRegion& pRegion) const { in emitRela()
527 ElfXX_Rela* rel = reinterpret_cast<ElfXX_Rela*>(pRegion.begin()); in emitRela()
650 MemoryRegion& pRegion) const { in emitSectionData()
660 memcpy(pRegion.begin() + cur_offset, from, size); in emitSectionData()
670 pRegion.begin() + cur_offset, align_frag.getValue(), count); in emitSectionData()
689 std::memset(pRegion.begin() + cur_offset, in emitSectionData()
697 memcpy(pRegion.begin() + cur_offset, stub_frag.getContent(), size); in emitSectionData()