Lines Matching full:poffset
1620 uint32_t& pOffset) const {
1623 pOffset = pRel.r_offset;
1626 pOffset = mcld::bswap32(pRel.r_offset);
1639 uint32_t& pOffset,
1643 pOffset = pRel.r_offset;
1647 pOffset = mcld::bswap32(pRel.r_offset);
1661 uint64_t& pOffset) const {
1664 pOffset = pRel.r_offset;
1667 pOffset = mcld::bswap64(pRel.r_offset);
1680 uint64_t& pOffset,
1684 pOffset = pRel.r_offset;
1688 pOffset = mcld::bswap64(pRel.r_offset);
1702 uint32_t pOffset) const {
1703 pRel.r_offset = pOffset;
1711 uint32_t pOffset,
1713 pRel.r_offset = pOffset;
1722 uint64_t pOffset) const {
1723 pRel.r_offset = pOffset;
1731 uint64_t pOffset,
1733 pRel.r_offset = pOffset;