Home | History | Annotate | Download | only in LD

Lines Matching refs:pRegion

375                                  MemoryRegion& pRegion) const
391 emitSectionData(*sd, pRegion);
397 MemoryRegion& pRegion) const
404 emitRel<32>(pConfig, *sect_data, pRegion);
406 emitRel<64>(pConfig, *sect_data, pRegion);
413 emitRela<32>(pConfig, *sect_data, pRegion);
415 emitRela<64>(pConfig, *sect_data, pRegion);
429 MemoryRegion& pRegion) const
435 ElfXX_Rel* rel = reinterpret_cast<ElfXX_Rel*>(pRegion.start());
470 MemoryRegion& pRegion) const
476 pRegion.start());
598 MemoryRegion& pRegion) const
608 memcpy(pRegion.getBuffer(cur_offset), from, size);
617 std::memset(pRegion.getBuffer(cur_offset),
638 std::memset(pRegion.getBuffer(cur_offset),
646 memcpy(pRegion.getBuffer(cur_offset), stub_frag.getContent(), size);