Lines Matching refs:nmd
102 Mv_desc *omdp, nmd; in append_move_desc() local
105 nmd.md_len = ELF_M_SIZE(mvp->m_info); in append_move_desc()
106 nmd.md_start = mvp->m_poffset + i * in append_move_desc()
107 ((mvp->m_stride + 1) * nmd.md_len); in append_move_desc()
108 nmd.md_move = mvp; in append_move_desc()
117 if (nmd.md_start > omdp->md_start) { in append_move_desc()
119 lmdp = &nmd; in append_move_desc()
121 smdp = &nmd; in append_move_desc()
132 if ((nmd.md_start == omdp->md_start) && in append_move_desc()
133 ((nmd.md_len == smdp->md_len) && in append_move_desc()
137 if ((nmd.md_start != omdp->md_start) && in append_move_desc()
144 EC_XWORD(nmd.md_start), EC_XWORD(nmd.md_len), in append_move_desc()
156 if (alist_append(&sdp->sd_move, &nmd, sizeof (Mv_desc), in append_move_desc()