Lines Matching refs:reld
827 Rel_desc reld; in make_array() local
863 reld.rel_isdesc = isec; in make_array()
864 reld.rel_aux = NULL; in make_array()
865 reld.rel_flags = FLG_REL_LOAD; in make_array()
871 reld.rel_rtype = ld_targ.t_m.m_r_arrayaddr; in make_array()
872 reld.rel_roffset = 0; in make_array()
873 reld.rel_raddend = 0; in make_array()
886 reld.rel_sym = sdp; in make_array()
888 if (ld_process_sym_reloc(ofl, &reld, (Rel *)&reloc, isec, in make_array()
894 reld.rel_roffset += (Xword)sizeof (Addr); in make_array()
895 reloc.r_offset = reld.rel_roffset; in make_array()