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
46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
123 uint64_t pTargetSymValue) in findPrototype() argument
127 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMToTHMStub.cpp68 uint64_t pTargetSymValue) const in isMyDuty()
72 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()
77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
DARMToARMStub.cpp66 uint64_t pTargetSymValue) const in isMyDuty()
70 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()
77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
DTHMToTHMStub.cpp76 uint64_t pTargetSymValue) const in isMyDuty()
80 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()
85 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
DTHMToARMStub.cpp74 uint64_t pTargetSymValue) const in isMyDuty()
78 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()
83 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
DARMToARMStub.h38 uint64_t pTargetSymValue) const;
DARMToTHMStub.h38 uint64_t pTargetSymValue) const;
DTHMToTHMStub.h37 uint64_t pTargetSymValue) const;
DTHMToARMStub.h37 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.cpp64 uint64_t pTargetSymValue) const in isMyDuty()
87 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
DHexagonAbsoluteStub.h38 uint64_t pTargetSymValue) const;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.h36 uint64_t pTargetSymValue) const;
DMipsLA25Stub.cpp64 uint64_t pTargetSymValue) const in isMyDuty()
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h71 uint64_t pTargetSymValue) const = 0;