Lines Matching refs:pOutput
134 void FragmentLinker::syncRelocationResult(MemoryArea& pOutput)
137 normalSyncRelocationResult(pOutput);
139 partialSyncRelocationResult(pOutput);
143 void FragmentLinker::normalSyncRelocationResult(MemoryArea& pOutput)
145 MemoryRegion* region = pOutput.request(0, pOutput.handler()->size());
190 pOutput.clear();
193 void FragmentLinker::partialSyncRelocationResult(MemoryArea& pOutput)
195 MemoryRegion* region = pOutput.request(0, pOutput.handler()->size());
222 pOutput.clear();
225 void FragmentLinker::writeRelocationResult(Relocation& pReloc, uint8_t* pOutput)
232 uint8_t* target_addr = pOutput + out_offset;