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

/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp47 // | r_start +r_len |
52 // (space.data, r_start) and (r_len, space.size) are zero.
69 // adjust r_start
71 void* r_start = space->memory() + distance; local
74 return m_RegionFactory.produce(*space, r_start, pLength);

Completed in 31 milliseconds