Lines Matching refs:ofl

65 ld_sup_loadso(Ofl_desc *ofl, const char *obj)  in ld_sup_loadso()  argument
75 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SUP_NOLOAD), in ld_sup_loadso()
86 DBG_CALL(Dbg_support_load(ofl->ofl_lml, obj, in ld_sup_loadso()
90 DBG_CALL(Dbg_support_action(ofl->ofl_lml, obj, in ld_sup_loadso()
109 DBG_CALL(Dbg_support_vnone(ofl->ofl_lml, in ld_sup_loadso()
120 ld_eprintf(ofl, ERR_FATAL, in ld_sup_loadso()
142 ld_sup_start(Ofl_desc *ofl, const Half etype, const char *caller) in ld_sup_start() argument
148 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_start()
149 support[LDS_START].sup_name, LDS_START, ofl->ofl_name)); in ld_sup_start()
150 (*flp->fl_fptr)(ofl->ofl_name, etype, caller); in ld_sup_start()
155 ld_sup_atexit(Ofl_desc *ofl, int ecode) in ld_sup_atexit() argument
161 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_atexit()
168 ld_sup_open(Ofl_desc *ofl, const char **opath, const char **ofile, int *ofd, in ld_sup_open() argument
205 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_open()
217 DBG_CALL(Dbg_file_modified(ofl->ofl_lml, flp->fl_obj, in ld_sup_open()
230 ld_sup_file(Ofl_desc *ofl, const char *ifile, const Elf_Kind ekind, int flags, in ld_sup_file() argument
246 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_file()
253 ld_sup_input_section(Ofl_desc *ofl, Ifl_desc *ifl, const char *sname, in ld_sup_input_section() argument
274 ld_eprintf(ofl, ERR_ELF, MSG_INTL(MSG_ELF_GETDATA), in ld_sup_input_section()
279 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_input_section()
291 DBG_CALL(Dbg_shdr_modified(ofl->ofl_lml, flp->fl_obj, in ld_sup_input_section()
301 ld_sup_section(Ofl_desc *ofl, const char *scn, Shdr *shdr, Word ndx, in ld_sup_section() argument
308 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_section()
315 ld_sup_input_done(Ofl_desc *ofl) in ld_sup_input_done() argument
330 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_input_done()