Searched refs:pTargetSymValue (Results 1 – 17 of 17) sorted by relevance
41 uint64_t pTargetSymValue, in create() argument46 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()
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()
74 uint64_t pTargetSymValue) const { in isMyDuty()77 if ((pTargetSymValue & 0x1) != 0x0) { in isMyDuty()82 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u; 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()
35 uint64_t pTargetSymValue) const;
34 uint64_t pTargetSymValue) const;
37 uint64_t pTargetSymValue,50 uint64_t pTargetSymValue) const;
62 uint64_t pTargetSymValue) const { in isMyDuty()84 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
83 uint64_t pTargetSymValue) const { in isMyDuty()86 int64_t dest = pTargetSymValue + pReloc.addend(); in isMyDuty()
32 uint64_t pTargetSymValue) const;
52 uint64_t pTargetSymValue) const { in isMyDuty()
70 uint64_t pTargetSymValue) const { in isMyDuty() argument