Lines Matching refs:flp

144 	Func_list	*flp;  in ld_sup_start()  local
147 for (ALIST_TRAVERSE(support[LDS_START].sup_funcs, idx, flp)) { in ld_sup_start()
148 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_start()
150 (*flp->fl_fptr)(ofl->ofl_name, etype, caller); in ld_sup_start()
157 Func_list *flp; in ld_sup_atexit() local
160 for (ALIST_TRAVERSE(support[LDS_ATEXIT].sup_funcs, idx, flp)) { in ld_sup_atexit()
161 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_atexit()
163 (*flp->fl_fptr)(ecode); in ld_sup_atexit()
171 Func_list *flp; in ld_sup_open() local
174 for (ALIST_TRAVERSE(support[LDS_OPEN].sup_funcs, idx, flp)) { in ld_sup_open()
186 if (flp->fl_version < LD_SUP_VERSION3) in ld_sup_open()
205 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_open()
207 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off, in ld_sup_open()
217 DBG_CALL(Dbg_file_modified(ofl->ofl_lml, flp->fl_obj, in ld_sup_open()
233 Func_list *flp; in ld_sup_file() local
236 for (ALIST_TRAVERSE(support[LDS_FILE].sup_funcs, idx, flp)) { in ld_sup_file()
246 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_file()
248 (*flp->fl_fptr)(ifile, ekind, _flags, elf); in ld_sup_file()
256 Func_list *flp; in ld_sup_input_section() local
261 for (ALIST_TRAVERSE(support[LDS_INSEC].sup_funcs, idx, flp)) { in ld_sup_input_section()
269 if (flp->fl_version < LD_SUP_VERSION2) in ld_sup_input_section()
279 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_input_section()
281 (*flp->fl_fptr)(sname, &nshdr, ndx, data, elf, &flags); in ld_sup_input_section()
291 DBG_CALL(Dbg_shdr_modified(ofl->ofl_lml, flp->fl_obj, in ld_sup_input_section()
304 Func_list *flp; in ld_sup_section() local
307 for (ALIST_TRAVERSE(support[LDS_SEC].sup_funcs, idx, flp)) { in ld_sup_section()
308 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_section()
310 (*flp->fl_fptr)(scn, shdr, ndx, data, elf); in ld_sup_section()
317 Func_list *flp; in ld_sup_input_done() local
321 for (ALIST_TRAVERSE(support[LDS_INPUT_DONE].sup_funcs, idx, flp)) { in ld_sup_input_done()
327 if (flp->fl_version < LD_SUP_VERSION2) in ld_sup_input_done()
330 DBG_CALL(Dbg_support_action(ofl->ofl_lml, flp->fl_obj, in ld_sup_input_done()
332 (*flp->fl_fptr)(&flags); in ld_sup_input_done()