Searched refs:pTargetSymValue (Results 1 – 15 of 15) sorted by relevance
40 uint64_t pTargetSymValue, in create() argument46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()123 uint64_t pTargetSymValue) in findPrototype() argument127 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()
68 uint64_t pTargetSymValue) const in isMyDuty()72 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
66 uint64_t pTargetSymValue) const in isMyDuty()70 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u; in isMyDuty()
76 uint64_t pTargetSymValue) const in isMyDuty()80 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()85 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
74 uint64_t pTargetSymValue) const in isMyDuty()78 if ((pTargetSymValue & 0x1) == 0x0) { in isMyDuty()83 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; in isMyDuty()
38 uint64_t pTargetSymValue) const;
37 uint64_t pTargetSymValue) const;
36 uint64_t pTargetSymValue,45 uint64_t pTargetSymValue);
64 uint64_t pTargetSymValue) const in isMyDuty()87 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
36 uint64_t pTargetSymValue) const;
64 uint64_t pTargetSymValue) const in isMyDuty()
71 uint64_t pTargetSymValue) const = 0;