Searched refs:callee_addr (Results 1 – 1 of 1) sorted by relevance
202 void *callee_addr = sym->getAddress(EM_ARM); in relocateARM() local214 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() local521 if (callee_addr == 0) { in relocateAARCH64()532 if (callee_addr == 0) { in relocateAARCH64()[all …]