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