Lines Matching defs:ofl
42 gpavl_loaded(Ofl_desc *ofl, Group_desc *gdp)
51 if ((avlt = ofl->ofl_groups) == NULL) {
56 ofl->ofl_groups = avlt;
88 ld_get_group(Ofl_desc *ofl, Is_desc *isp)
116 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_ELF_NOGROUPSECT),
163 ld_group_process(Is_desc *gisc, Ofl_desc *ofl)
180 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_FIL_INVSHLINK),
186 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_FIL_INVSHENTSIZE),
203 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_FIL_INVSHINFO),
248 if ((ofl->ofl_flags1 & FLG_OF1_NRLXREL) == 0)
249 ofl->ofl_flags1 |= FLG_OF1_RLXREL;
250 DBG_CALL(Dbg_sec_gnu_comdat(ofl->ofl_lml, gisc, TRUE,
251 (ofl->ofl_flags1 & FLG_OF1_RLXREL) != 0));
262 ld_eprintf(ofl, ERR_FATAL,
277 (gpavl_loaded(ofl, &gd) == S_ERROR))