Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp32 void Stub::applyFixup(Relocation& pSrcReloc, in applyFixup() argument
37 sym_name.append(pSrcReloc.symInfo()->name()) in applyFixup()
62 reloc->setSymInfo(pSrcReloc.symInfo()); in applyFixup()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LongBranchStub.cpp102 void AArch64LongBranchStub::applyFixup(Relocation& pSrcReloc, in applyFixup() argument
106 LDSymbol* symbol = pSrcReloc.symInfo()->outSymbol(); in applyFixup()
122 Stub::applyFixup(pSrcReloc, pBuilder, pIsland); in applyFixup()
DAArch64LongBranchStub.h34 void applyFixup(Relocation& pSrcReloc,
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h109 virtual void applyFixup(Relocation& pSrcReloc,