Lines Matching refs:pOffset
901 uint32_t& pOffset) const { in readRelocation()
902 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset); in readRelocation()
908 uint32_t& pOffset, in readRelocation() argument
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend); in readRelocation()
916 uint64_t& pOffset) const { in readRelocation()
919 pOffset = pRel.r_offset; in readRelocation()
922 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
938 uint64_t& pOffset, in readRelocation() argument
942 pOffset = pRel.r_offset; in readRelocation()
946 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
959 uint32_t pOffset) const { in emitRelocation()
960 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset); in emitRelocation()
966 uint32_t pOffset, in emitRelocation() argument
968 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend); in emitRelocation()
974 uint64_t pOffset) const { in emitRelocation()
980 pRel.r_offset = pOffset; in emitRelocation()
986 uint64_t pOffset, in emitRelocation() argument
993 pRel.r_offset = pOffset; in emitRelocation()