Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx380 int16_t* inst16 = reinterpret_cast<int16_t*>(inst); in relocateAARCH64() local
422 *inst16 = static_cast<int16_t>(S + A); in relocateAARCH64()
436 A = *inst16 + rel->getAddend(); in relocateAARCH64()
437 *inst16 = static_cast<int16_t>(S + A - P); in relocateAARCH64()