Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/LD/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A 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()
H A 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()
H A 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()
H A 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()
H A DARMToARMStub.h35 uint64_t pTargetSymValue) const;
H A DARMToTHMStub.h35 uint64_t pTargetSymValue) const;
H A DTHMToARMStub.h34 uint64_t pTargetSymValue) const;
H A DTHMToTHMStub.h34 uint64_t pTargetSymValue) const;
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DStubFactory.h37 uint64_t pTargetSymValue,
50 uint64_t pTargetSymValue) const;
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp62 uint64_t pTargetSymValue) const { in isMyDuty()
84 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
H A DHexagonAbsoluteStub.h35 uint64_t pTargetSymValue) const;
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LongBranchStub.cpp83 uint64_t pTargetSymValue) const { in isMyDuty()
86 int64_t dest = pTargetSymValue + pReloc.addend(); in isMyDuty()
H A DAArch64LongBranchStub.h32 uint64_t pTargetSymValue) const;
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.h34 uint64_t pTargetSymValue) const;
H A DMipsLA25Stub.cpp52 uint64_t pTargetSymValue) const { in isMyDuty()
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h70 uint64_t pTargetSymValue) const { in isMyDuty() argument