Searched refs:pTargetSymValue (Results 1 – 15 of 15) sorted by relevance
40 uint64_t pTargetSymValue, in create() argument45 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()124 uint64_t pTargetSymValue) { in findPrototype() argument128 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()
63 uint64_t pTargetSymValue) const { in isMyDuty()66 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()73 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
65 uint64_t pTargetSymValue) const { in isMyDuty()68 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()73 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
72 uint64_t pTargetSymValue) const { in isMyDuty()75 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()80 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
74 uint64_t pTargetSymValue) const { in isMyDuty()77 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()82 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
35 uint64_t pTargetSymValue) const;
34 uint64_t pTargetSymValue) const;
36 uint64_t pTargetSymValue,45 uint64_t pTargetSymValue);
62 uint64_t pTargetSymValue) const { in isMyDuty()84 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
59 uint64_t pTargetSymValue) const { in isMyDuty()
68 uint64_t pTargetSymValue) const = 0;