Lines Matching refs:ofl
36 make_mvsections(Ofl_desc *ofl)
47 for (APLIST_TRAVERSE(ofl->ofl_parsyms, idx, sdp)) {
74 if (mv_nums && (ld_make_sunwmove(ofl, mv_nums) == S_ERROR))
85 if (ld_make_parexpn_data(ofl, size_parexpn,
96 append_move_desc(Ofl_desc *ofl, Sym_desc *sdp, Move *mvp, Is_desc *isp)
141 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_MOVE_OVERLAP),
169 ld_process_move(Ofl_desc *ofl)
175 for (APLIST_TRAVERSE(ofl->ofl_ismove, idx, isp)) {
180 DBG_CALL(Dbg_move_input(ofl->ofl_lml, ifile->ifl_name));
184 ld_eprintf(ofl, ERR_FATAL,
199 ld_eprintf(ofl, ERR_FATAL,
207 ld_eprintf(ofl, ERR_FATAL,
216 DBG_CALL(Dbg_move_entry1(ofl->ofl_lml, 1, mvp, sdp));
226 ld_eprintf(ofl, ERR_FATAL,
239 ld_sym_adjust_vis(sdp, ofl);
250 if (aplist_append(&ofl->ofl_parsyms, sdp,
259 if ((ofl->ofl_flags & FLG_OF_REDLSYM) &&
262 ofl->ofl_locscnt++;
263 if (st_insert(ofl->ofl_strtab,
300 if (append_move_desc(ofl, sdp, mvp, isp) == S_ERROR)
336 if (OFL_IS_STATIC_EXEC(ofl)) {
339 ld_eprintf(ofl, ERR_FATAL,
348 } else if ((ofl->ofl_flags1 & FLG_OF1_NOPARTI) != 0) {
350 ld_eprintf(ofl, ERR_WARNING,
373 (((ofl->ofl_flags & FLG_OF_RELOBJ) == 0) ||
374 (ofl->ofl_flags & FLG_OF_REDLSYM))) {
379 ofl->ofl_dynshdrcnt++;
383 ofl->ofl_flags1 |= FLG_OF1_BSSOREL;
391 if (make_mvsections(ofl) == S_ERROR)