Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp41 uint64_t pTargetSymValue, in create() argument
46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
111 uint64_t pTargetSymValue) const { in findPrototype()
114 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()
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()
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()
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.h37 uint64_t pTargetSymValue,
50 uint64_t pTargetSymValue) const;
/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/AArch64/
DAArch64LongBranchStub.cpp83 uint64_t pTargetSymValue) const { in isMyDuty()
86 int64_t dest = pTargetSymValue + pReloc.addend(); in isMyDuty()
DAArch64LongBranchStub.h32 uint64_t pTargetSymValue) const;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.h34 uint64_t pTargetSymValue) const;
DMipsLA25Stub.cpp52 uint64_t pTargetSymValue) const { in isMyDuty()
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h70 uint64_t pTargetSymValue) const { in isMyDuty() argument