Lines Matching refs:stub
328 Stub* stub = getStubFactory()->create(*frag_ref, in scanErrata() local
331 if (stub != NULL) { in scanErrata()
333 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in scanErrata()
335 reinterpret_cast<const AArch64CA53ErratumStub*>(stub); in scanErrata()
344 reloc->setSymInfo(stub->symInfo()); in scanErrata()
349 stubs_strlen += stub->symInfo()->nameSize() + 1; in scanErrata()
406 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
410 if (stub != NULL) { in doRelax()
412 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax()
414 relocation->setSymInfo(stub->symInfo()); in doRelax()
417 stubs_strlen += stub->symInfo()->nameSize() + 1; in doRelax()