Searched refs:writeRelocationResult (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h157 /// writeRelocationResult - helper function of syncRelocationResult, write
159 void writeRelocationResult(Relocation& pReloc, uint8_t* pOutput);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp902 writeRelocationResult(*relocation, data);
915 writeRelocationResult(*reloc, data);
923 writeRelocationResult(*iter, data);
949 writeRelocationResult(*reloc, data);
954 void ObjectLinker::writeRelocationResult(Relocation& pReloc, uint8_t* pOutput) { function in class:mcld::ObjectLinker

Completed in 584 milliseconds