Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A D_libld.h182 _elf_execfill_func_t *ff_execfill; member
H A Dargs.c631 if (ld_targ.t_ff.ff_execfill != NULL) in check_flags()
632 _elf_execfill(ld_targ.t_ff.ff_execfill); in check_flags()
H A Dsections.c3471 if ((ld_targ.t_ff.ff_execfill != NULL) && (size > ld_targ.t_nf.nf_size)) in ld_make_text()
3472 ld_targ.t_ff.ff_execfill(data->d_buf, ld_targ.t_nf.nf_size, in ld_make_text()