Home
last modified time | relevance | path

Searched refs:fl_fptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c129 fl.fl_fptr = fptr; in ld_sup_loadso()
150 (*flp->fl_fptr)(ofl->ofl_name, etype, caller); in ld_sup_start()
163 (*flp->fl_fptr)(ecode); in ld_sup_atexit()
207 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off, in ld_sup_open()
248 (*flp->fl_fptr)(ifile, ekind, _flags, elf); in ld_sup_file()
281 (*flp->fl_fptr)(sname, &nshdr, ndx, data, elf, &flags); in ld_sup_input_section()
310 (*flp->fl_fptr)(scn, shdr, ndx, data, elf); in ld_sup_section()
332 (*flp->fl_fptr)(&flags); in ld_sup_input_done()
H A D_libld.h274 void (*fl_fptr)(); /* function pointer */ member