Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx202 void *callee_addr = sym->getAddress(EM_ARM); in relocateARM() local
214 if (callee_addr == 0) { in relocateARM()
225 if (callee_addr == 0) { in relocateARM()
226 callee_addr = find_sym(context, sym->getName()); in relocateARM()
227 if (!callee_addr) { in relocateARM()
230 sym->setAddress(callee_addr); in relocateARM()
243 void *stub = stub_layout->allocateStub(callee_addr); in relocateARM()
508 void *callee_addr = sym->getAddress(EM_AARCH64); in relocateAARCH64() local
521 if (callee_addr == 0) { in relocateAARCH64()
532 if (callee_addr == 0) { in relocateAARCH64()
[all …]