HomeSort by relevance Sort by last modified time
    Searched refs:writeRelocationResult (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentLinker.h 65 /// writeRelocationResult - helper function of syncRelocationResult, write
67 void writeRelocationResult(Relocation& pReloc, uint8_t* pOutput);
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 173 writeRelocationResult(*relocation, data);
186 writeRelocationResult(*reloc, data);
218 writeRelocationResult(*reloc, data);
225 void FragmentLinker::writeRelocationResult(Relocation& pReloc, uint8_t* pOutput)

Completed in 166 milliseconds