Home | History | Annotate | Download | only in src

Lines Matching refs:rinfo_

688     return &rinfo_;
693 // *Read* reads from current byte(s) into rinfo_.
710 // If the given mode is wanted, set it in rinfo_ and return true.
713 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
719 RelocInfo rinfo_;