Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp40 uint64_t pTargetSymValue, in create() argument
45 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
124 uint64_t pTargetSymValue) { in findPrototype() argument
128 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMToARMStub.cpp63 uint64_t pTargetSymValue) const { in isMyDuty()
66 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()
73 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
DARMToTHMStub.cpp65 uint64_t pTargetSymValue) const { in isMyDuty()
68 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()
73 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
DTHMToARMStub.cpp72 uint64_t pTargetSymValue) const { in isMyDuty()
75 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()
80 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
DTHMToTHMStub.cpp74 uint64_t pTargetSymValue) const { in isMyDuty()
77 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()
82 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
DARMToARMStub.h35 uint64_t pTargetSymValue) const;
DARMToTHMStub.h35 uint64_t pTargetSymValue) const;
DTHMToARMStub.h34 uint64_t pTargetSymValue) const;
DTHMToTHMStub.h34 uint64_t pTargetSymValue) const;
/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h36 uint64_t pTargetSymValue,
45 uint64_t pTargetSymValue);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonAbsoluteStub.cpp62 uint64_t pTargetSymValue) const { in isMyDuty()
84 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
DHexagonAbsoluteStub.h35 uint64_t pTargetSymValue) const;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.h34 uint64_t pTargetSymValue) const;
DMipsLA25Stub.cpp59 uint64_t pTargetSymValue) const { in isMyDuty()
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h68 uint64_t pTargetSymValue) const = 0;