Home
last modified time | relevance | path

Searched refs:globalRelocations (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DDLL.cpp63globalRelocations[function].push_back(Relocation((unsigned int)((unsigned char*)address - (unsigne… in addRelocation()
73 for(GlobalRelocations::iterator i = globalRelocations.begin(); i != globalRelocations.end(); i++) in emit()
319 const std::vector<Relocation> &functionRelocations = globalRelocations[function]; in emit()
DDLL.hpp99 GlobalRelocations globalRelocations; member in sw::DLL