Searched refs:ff_execfill (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c631 if (ld_targ.t_ff.ff_execfill != NULL)
632 _elf_execfill(ld_targ.t_ff.ff_execfill);
H A D_libld.h178 * The ff_execfill function is allowed to be NULL if the underlying target
182 _elf_execfill_func_t *ff_execfill; member in struct:__anon1684
H A Dsections.c3474 if ((ld_targ.t_ff.ff_execfill != NULL) && (size > ld_targ.t_nf.nf_size))
3475 ld_targ.t_ff.ff_execfill(data->d_buf, ld_targ.t_nf.nf_size,

Completed in 65 milliseconds